Skip to content

Commit 9432181

Browse files
Update warning text to match coder/coder wording
Use 'which stops' instead of 'and stop' to clarify that the restart causes the process stopping and potential data loss. Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
1 parent dfc10c1 commit 9432181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export class Commands {
659659
{
660660
useCustom: true,
661661
modal: true,
662-
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?\n\nUpdating will restart your workspace and stop any running processes that may result in loss of unsaved work.`,
662+
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?\n\nUpdating will restart your workspace which stops any running processes and may result in the loss of unsaved work.`,
663663
},
664664
"Update",
665665
"Cancel",

0 commit comments

Comments
 (0)