diff --git a/components/dashboard/src/workspaces/WorkspaceEntry.tsx b/components/dashboard/src/workspaces/WorkspaceEntry.tsx index 61b970feed0578..66d93e6a47205a 100644 --- a/components/dashboard/src/workspaces/WorkspaceEntry.tsx +++ b/components/dashboard/src/workspaces/WorkspaceEntry.tsx @@ -110,7 +110,7 @@ export function WorkspaceEntry({ desc, model, isAdmin, stopWorkspace }: Props) { try { if (renameInputRef.current!.value.length === 0) { - setErrorMessage('Description must not be empty.'); + setErrorMessage('Description cannot not be empty.'); return false; } @@ -183,7 +183,7 @@ export function WorkspaceEntry({ desc, model, isAdmin, stopWorkspace }: Props) {
- +
;