Skip to content

Commit 2afa7e2

Browse files
committed
Use title case for buttons and sentence case for header
1 parent 999e05c commit 2afa7e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/resources/messages/CoderGatewayBundle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gateway.connector.view.login.existing-token.label=Use existing token
77
gateway.connector.view.login.existing-token.tooltip=Checking "{0}" will prevent the browser from being launched for generating a new token after pressing "{1}". Additionally, if a token is already configured for this URL via the CLI it will automatically be used.
88
gateway.connector.view.login.token.dialog=Paste your token here:
99
gateway.connector.view.login.token.label=Session Token:
10-
gateway.connector.view.coder.workspaces.header.text=Coder Workspaces
10+
gateway.connector.view.coder.workspaces.header.text=Coder workspaces
1111
gateway.connector.view.coder.workspaces.comment=Self-hosted developer workspaces in the cloud or on-premises. Coder empowers developers with secure, consistent, and fast developer workspaces.
1212
gateway.connector.view.coder.workspaces.connect.text=Connect
1313
gateway.connector.view.coder.workspaces.connect.text.comment=Please enter your deployment URL and press "{0}".
@@ -16,12 +16,12 @@ gateway.connector.view.coder.workspaces.connect.text.connected=Connected to {0}
1616
gateway.connector.view.coder.workspaces.connect.text.connecting=Connecting to {0}...
1717
gateway.connector.view.coder.workspaces.cli.downloader.dialog.title=Authenticate and setup Coder
1818
gateway.connector.view.coder.workspaces.next.text=Select IDE and project
19-
gateway.connector.view.coder.workspaces.dashboard.text=Open dashboard
20-
gateway.connector.view.coder.workspaces.template.text=View template
21-
gateway.connector.view.coder.workspaces.start.text=Start workspace
22-
gateway.connector.view.coder.workspaces.stop.text=Stop workspace
23-
gateway.connector.view.coder.workspaces.update.text=Update workspace template
24-
gateway.connector.view.coder.workspaces.create.text=Create workspace
19+
gateway.connector.view.coder.workspaces.dashboard.text=Open Dashboard
20+
gateway.connector.view.coder.workspaces.template.text=View Template
21+
gateway.connector.view.coder.workspaces.start.text=Start Workspace
22+
gateway.connector.view.coder.workspaces.stop.text=Stop Workspace
23+
gateway.connector.view.coder.workspaces.update.text=Update Workspace
24+
gateway.connector.view.coder.workspaces.create.text=Create Workspace
2525
gateway.connector.view.coder.workspaces.unsupported.os.info=Gateway supports only Linux machines. Support for macOS and Windows is planned.
2626
gateway.connector.view.coder.workspaces.invalid.coder.version=Could not parse Coder version {0}. Coder Gateway plugin might not be compatible with this version. <a href='https://coder.com/docs/v2/latest/ides/gateway#creating-a-new-jetbrains-gateway-connection'>Connect to a Coder workspace manually</a>
2727
gateway.connector.view.coder.workspaces.unsupported.coder.version=Coder version {0} might not be compatible with this plugin version. <a href='https://coder.com/docs/v2/latest/ides/gateway#creating-a-new-jetbrains-gateway-connection'>Connect to a Coder workspace manually</a>

0 commit comments

Comments
 (0)