Skip to content

Commit 074bf97

Browse files
committed
Update title for connection provider
- resolves #74
1 parent 94a3cd0 commit 074bf97

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Changed
1212

1313
- minimum supported Gateway build is now 222.3739.54
14+
- some dialog titles
1415

1516
## [2.1.0]
1617

src/main/kotlin/com/coder/gateway/CoderGatewayConnectionProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CoderGatewayConnectionProvider : GatewayConnectionProvider {
5555
}
5656

5757
val clientLifetime = LifetimeDefinition()
58-
clientLifetime.launchUnderBackgroundProgress("Coder Gateway Deploy", canBeCancelled = true, isIndeterminate = true, project = null) {
58+
clientLifetime.launchUnderBackgroundProgress(CoderGatewayBundle.message("gateway.connector.coder.connection.provider.title"), canBeCancelled = true, isIndeterminate = true, project = null) {
5959
val context = SshMultistagePanelContext(
6060
HostDeployInputs.FullySpecified(
6161
remoteProjectPath = projectPath,

src/main/resources/messages/CoderGatewayBundle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ gateway.connector.view.coder.remoteproject.choose.text=Choose IDE and project fo
2222
gateway.connector.recentconnections.title=Recent Coder Workspaces
2323
gateway.connector.recentconnections.new.wizard.button.tooltip=Open a new Coder Workspace
2424
gateway.connector.recentconnections.remove.button.tooltip=Remove from Recent Connections
25-
gateway.connector.recentconnections.terminal.button.tooltip=Open SSH Web Terminal
25+
gateway.connector.recentconnections.terminal.button.tooltip=Open SSH Web Terminal
26+
gateway.connector.coder.connection.provider.title=Connecting to Coder workspace...

0 commit comments

Comments
 (0)