Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit368f068

Browse files
authored
chore: rename CoderVPN to Coder Connect in UI (#59)
Part ofcoder/internal#458
1 parent24853b0 commit368f068

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

‎App/ViewModels/TrayWindowViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private async Task StartVpn()
234234
}
235235
catch(Exceptione)
236236
{
237-
VpnFailedMessage="Failed to startCoderVPN: "+MaybeUnwrapTunnelError(e);
237+
VpnFailedMessage="Failed to startCoder Connect: "+MaybeUnwrapTunnelError(e);
238238
}
239239
}
240240

@@ -246,7 +246,7 @@ private async Task StopVpn()
246246
}
247247
catch(Exceptione)
248248
{
249-
VpnFailedMessage="Failed to stopCoderVPN: "+MaybeUnwrapTunnelError(e);
249+
VpnFailedMessage="Failed to stopCoder Connect: "+MaybeUnwrapTunnelError(e);
250250
}
251251
}
252252

‎App/Views/Pages/TrayWindowDisconnectedPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
Spacing="10">
1818

1919
<TextBlock
20-
Text="CoderVPN"
20+
Text="Coder Connect"
2121
FontSize="18"
2222
VerticalAlignment="Center" />
2323
<TextBlock
2424
TextWrapping="Wrap"
25-
Text="Could not connect to theCoderVPN system service." />
25+
Text="Could not connect to theCoder Connect system service." />
2626
<TextBlock
2727
TextWrapping="Wrap"
2828
Margin="0,0,0,10"

‎App/Views/Pages/TrayWindowLoadingPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Spacing="10">
1717

1818
<TextBlock
19-
Text="CoderVPN"
19+
Text="Coder Connect"
2020
FontSize="18"
2121
VerticalAlignment="Center" />
2222
<TextBlock

‎App/Views/Pages/TrayWindowLoginRequiredPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
Spacing="10">
1818

1919
<TextBlock
20-
Text="CoderVPN"
20+
Text="Coder Connect"
2121
FontSize="18"
2222
VerticalAlignment="Center" />
2323
<TextBlock
24-
Text="Please sign in to use CoderVPN."
24+
Text="Please sign in to use CoderConnect."
2525
Margin="0,0,0,10" />
2626

2727
<controls:HorizontalRule />

‎App/Views/Pages/TrayWindowMainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<TextBlock
4242
Grid.Column="0"
43-
Text="CoderVPN"
43+
Text="Coder Connect"
4444
FontSize="18"
4545
VerticalAlignment="Center" />
4646
<ProgressRing
@@ -71,7 +71,7 @@
7171
Visibility="{x:Bind ViewModel.ShowFailedSection, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}" />
7272

7373
<TextBlock
74-
Text="EnableCoderVPN to view your workspaces."
74+
Text="EnableCoder Connect to view your workspaces."
7575
TextWrapping="Wrap"
7676
Margin="0,6,0,6"
7777
Visibility="{x:Bind ViewModel.ShowEnableSection, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp