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

chore: rename CoderVPN to Coder Connect in UI#59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
matifali merged 1 commit intomainfromchore/coderconnect
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsApp/ViewModels/TrayWindowViewModel.cs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -234,7 +234,7 @@ private async Task StartVpn()
}
catch (Exception e)
{
VpnFailedMessage = "Failed to startCoderVPN: " + MaybeUnwrapTunnelError(e);
VpnFailedMessage = "Failed to startCoder Connect: " + MaybeUnwrapTunnelError(e);
}
}

Expand All@@ -246,7 +246,7 @@ private async Task StopVpn()
}
catch (Exception e)
{
VpnFailedMessage = "Failed to stopCoderVPN: " + MaybeUnwrapTunnelError(e);
VpnFailedMessage = "Failed to stopCoder Connect: " + MaybeUnwrapTunnelError(e);
}
}

Expand Down
4 changes: 2 additions & 2 deletionsApp/Views/Pages/TrayWindowDisconnectedPage.xaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,12 +17,12 @@
Spacing="10">

<TextBlock
Text="CoderVPN"
Text="Coder Connect"
FontSize="18"
VerticalAlignment="Center" />
<TextBlock
TextWrapping="Wrap"
Text="Could not connect to theCoderVPN system service." />
Text="Could not connect to theCoder Connect system service." />
<TextBlock
TextWrapping="Wrap"
Margin="0,0,0,10"
Expand Down
2 changes: 1 addition & 1 deletionApp/Views/Pages/TrayWindowLoadingPage.xaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@
Spacing="10">

<TextBlock
Text="CoderVPN"
Text="Coder Connect"
FontSize="18"
VerticalAlignment="Center" />
<TextBlock
Expand Down
4 changes: 2 additions & 2 deletionsApp/Views/Pages/TrayWindowLoginRequiredPage.xaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,11 +17,11 @@
Spacing="10">

<TextBlock
Text="CoderVPN"
Text="Coder Connect"
FontSize="18"
VerticalAlignment="Center" />
<TextBlock
Text="Please sign in to use CoderVPN."
Text="Please sign in to use CoderConnect."
Margin="0,0,0,10" />

<controls:HorizontalRule />
Expand Down
4 changes: 2 additions & 2 deletionsApp/Views/Pages/TrayWindowMainPage.xaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -40,7 +40,7 @@

<TextBlock
Grid.Column="0"
Text="CoderVPN"
Text="Coder Connect"
FontSize="18"
VerticalAlignment="Center" />
<ProgressRing
Expand DownExpand Up@@ -71,7 +71,7 @@
Visibility="{x:Bind ViewModel.ShowFailedSection, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}" />

<TextBlock
Text="EnableCoderVPN to view your workspaces."
Text="EnableCoder Connect to view your workspaces."
TextWrapping="Wrap"
Margin="0,6,0,6"
Visibility="{x:Bind ViewModel.ShowEnableSection, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}"
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp