chore: change some wording in the dashboard (#7293)

This commit is contained in:
Ben Potter
2023-04-26 11:34:17 -05:00
committed by GitHub
parent 0e469031b8
commit 272573e9f0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ export const AgentRow: FC<AgentRowProps> = ({
}}
>
<CodeOutlined />
Startup scripts
Startup script
</button>
<Popover
+1 -1
View File
@@ -40,7 +40,7 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
setIsOpen(true)
}}
>
Connect SSH
SSH
</SecondaryAgentButton>
<div>
<Popover
+1 -1
View File
@@ -67,6 +67,6 @@
"updateWorkspaceLabel": "Update workspace"
},
"askParametersDialog": {
"message": "It looks like the new version has new parameters that need to be filled in to update the workspace."
"message": "The new version has parameters that need to be filled in to update the workspace."
}
}