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
fix batch wording
  • Loading branch information
Emyrk committed Jul 9, 2024
commit 6bcb8d447ceb0846f96d37e63c4ae28910df0b51
4 changes: 2 additions & 2 deletions site/src/pages/WorkspacesPage/BatchUpdateConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ const Consequences: FC<ConsequencesProps> = ({ runningWorkspaces }) => {
<p>You are about to update {workspaceCount}.</p>
<ul css={styles.consequences}>
<li>
Updating will stop all running processes and delete non-persistent
data.
Updating will start workspaces on their latest template versions. This
can delete non-persistent data.
</li>
<li>
Anyone connected to a running workspace will be disconnected until the
Expand Down
Loading