Skip to content

Commit e735198

Browse files
committed
i18n tooltip for new connection button
1 parent accfa2e commit e735198

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/kotlin/com/coder/gateway/views/CoderGatewayRecentWorkspaceConnectionsView.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class CoderGatewayRecentWorkspaceConnectionsView : GatewayRecentConnections, Dis
7777
}.component
7878

7979
actionButton(
80-
object : DumbAwareAction("Open a new Coder Workspace", null, AllIcons.General.Add) {
80+
object : DumbAwareAction(CoderGatewayBundle.message("gateway.connector.recentconnections.new.wizard.button.tooltip"), null, AllIcons.General.Add) {
8181
override fun actionPerformed(e: AnActionEvent) {
8282
rootPanel.apply {
8383
removeAll()

src/main/resources/messages/CoderGatewayBundle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ gateway.connector.view.coder.remoteproject.ide.error.text=Could not retrieve any
1616
gateway.connector.view.coder.remoteproject.next.text=Download and Start IDE
1717
gateway.connector.view.coder.remoteproject.choose.text=Choose IDE and project for workspace {0}
1818
gateway.connector.recentconnections.title=Recent Coder Workspaces
19+
gateway.connector.recentconnections.new.wizard.button.tooltip=Open a new Coder Workspace
1920
gateway.connector.recentconnections.remove.button.tooltip=Remove from Recent Connections
2021
gateway.connector.recentconnections.terminal.button.tooltip=Open SSH Web Terminal

0 commit comments

Comments
 (0)