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 f842dab commit 6bcb8d4Copy full SHA for 6bcb8d4
site/src/pages/WorkspacesPage/BatchUpdateConfirmation.tsx
@@ -212,8 +212,8 @@ const Consequences: FC<ConsequencesProps> = ({ runningWorkspaces }) => {
212
<p>You are about to update {workspaceCount}.</p>
213
<ul css={styles.consequences}>
214
<li>
215
- Updating will stop all running processes and delete non-persistent
216
- data.
+ Updating will start workspaces on their latest template versions. This
+ can delete non-persistent data.
217
</li>
218
219
Anyone connected to a running workspace will be disconnected until the
0 commit comments