Skip to content

Commit 3a2587f

Browse files
committed
reword updating workspaces to remove the word "restart"
1 parent 6c54246 commit 3a2587f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,12 @@ export const WorkspaceReadyPage: FC<WorkspaceReadyPageProps> = ({
336336
setIsConfirmingUpdate(false);
337337
}}
338338
onClose={() => setIsConfirmingUpdate(false)}
339-
title="Update and restart?"
339+
title="Update workspace?"
340340
confirmText="Update"
341341
description={
342342
<Stack>
343343
<p>
344-
Restarting your workspace will stop all running processes and{" "}
344+
Updating your workspace will stop all running processes and{" "}
345345
<strong>delete non-persistent data</strong>.
346346
</p>
347347
{latestVersion?.message && (

0 commit comments

Comments
 (0)