Skip to content

Commit 272573e

Browse files
authored
chore: change some wording in the dashboard (#7293)
1 parent 0e46903 commit 272573e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/src/components/Resources/AgentRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export const AgentRow: FC<AgentRowProps> = ({
348348
}}
349349
>
350350
<CodeOutlined />
351-
Startup scripts
351+
Startup script
352352
</button>
353353

354354
<Popover

site/src/components/SSHButton/SSHButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
4040
setIsOpen(true)
4141
}}
4242
>
43-
Connect SSH
43+
SSH
4444
</SecondaryAgentButton>
4545
<div>
4646
<Popover

site/src/i18n/en/workspacePage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"updateWorkspaceLabel": "Update workspace"
6868
},
6969
"askParametersDialog": {
70-
"message": "It looks like the new version has new parameters that need to be filled in to update the workspace."
70+
"message": "The new version has parameters that need to be filled in to update the workspace."
7171
}
7272
}

0 commit comments

Comments
 (0)