Skip to content

Commit 6bcb8d4

Browse files
committed
fix batch wording
1 parent f842dab commit 6bcb8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/WorkspacesPage/BatchUpdateConfirmation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ const Consequences: FC<ConsequencesProps> = ({ runningWorkspaces }) => {
212212
<p>You are about to update {workspaceCount}.</p>
213213
<ul css={styles.consequences}>
214214
<li>
215-
Updating will stop all running processes and delete non-persistent
216-
data.
215+
Updating will start workspaces on their latest template versions. This
216+
can delete non-persistent data.
217217
</li>
218218
<li>
219219
Anyone connected to a running workspace will be disconnected until the

0 commit comments

Comments
 (0)