Rename workspace

This commit is contained in:
Gregory Schier
2023-04-09 12:23:41 -07:00
parent 1b6cfbac77
commit f66dcb9267
20 changed files with 275 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ export function useDeleteWorkspace(workspace: Workspace | null) {
variant: 'delete',
description: (
<>
Are you sure you want to delete <InlineCode>{workspace?.name}</InlineCode>?
Permanently delete <InlineCode>{workspace?.name}</InlineCode>?
</>
),
});