mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: change some wording in the dashboard (#7293)
This commit is contained in:
@@ -348,7 +348,7 @@ export const AgentRow: FC<AgentRowProps> = ({
|
||||
}}
|
||||
>
|
||||
<CodeOutlined />
|
||||
Startup scripts
|
||||
Startup script
|
||||
</button>
|
||||
|
||||
<Popover
|
||||
|
||||
@@ -40,7 +40,7 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
|
||||
setIsOpen(true)
|
||||
}}
|
||||
>
|
||||
Connect SSH
|
||||
SSH
|
||||
</SecondaryAgentButton>
|
||||
<div>
|
||||
<Popover
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user