Rename workspace

This commit is contained in:
Gregory Schier
2023-04-09 12:23:41 -07:00
parent 63e68baeb1
commit 9f9b3a5b21
20 changed files with 275 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ export function useDeleteRequest(id: string | null) {
variant: 'delete',
description: (
<>
Are you sure you want to delete <InlineCode>{request?.name}</InlineCode>?
Permanently delete <InlineCode>{request?.name}</InlineCode>?
</>
),
});