We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c54246 commit 3a2587fCopy full SHA for 3a2587f
site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx
@@ -336,12 +336,12 @@ export const WorkspaceReadyPage: FC<WorkspaceReadyPageProps> = ({
336
setIsConfirmingUpdate(false);
337
}}
338
onClose={() => setIsConfirmingUpdate(false)}
339
- title="Update and restart?"
+ title="Update workspace?"
340
confirmText="Update"
341
description={
342
<Stack>
343
<p>
344
- Restarting your workspace will stop all running processes and{" "}
+ Updating your workspace will stop all running processes and{" "}
345
<strong>delete non-persistent data</strong>.
346
</p>
347
{latestVersion?.message && (
0 commit comments