Skip to content

chore: remove references to restarting/stopping in update workspace language #13852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update wording
  • Loading branch information
Emyrk committed Jul 9, 2024
commit f842dab07aec4504dc9119e2ef724ca021d2392c
3 changes: 2 additions & 1 deletion site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ export const WorkspaceReadyPage: FC<WorkspaceReadyPageProps> = ({
description={
<Stack>
<p>
Updating your workspace will stop all running processes and{" "}
Updating your workspace will start the workspace on the latest
template version. This can{" "}
<strong>delete non-persistent data</strong>.
</p>
{latestVersion?.message && (
Expand Down
Loading