From d1a0264195137b32377ee339190d17d976a9bca8 Mon Sep 17 00:00:00 2001 From: "Laurie T. Malau" Date: Thu, 16 Sep 2021 14:33:46 +0000 Subject: [PATCH] Update texts --- components/dashboard/src/workspaces/WorkspaceEntry.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {
- +
;