Skip to content

Commit dfc10c1

Browse files
Update warning text to use 'unsaved work' instead of 'unsaved data'
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
1 parent 3322ae6 commit dfc10c1

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 data.`,
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.`,
663663
},
664664
"Update",
665665
"Cancel",

0 commit comments

Comments
 (0)