From 5d8f3f988afff8e3fb946500f96e41bcdb3bb70b Mon Sep 17 00:00:00 2001 From: Frank Noirot Date: Fri, 4 Oct 2024 17:15:54 -0400 Subject: [PATCH] More explicit warning message text --- src/lib/commandBarConfigs/projectsCommandConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/commandBarConfigs/projectsCommandConfig.ts b/src/lib/commandBarConfigs/projectsCommandConfig.ts index 6d32b5dd1..f2a947989 100644 --- a/src/lib/commandBarConfigs/projectsCommandConfig.ts +++ b/src/lib/commandBarConfigs/projectsCommandConfig.ts @@ -55,8 +55,8 @@ export const projectsCommandBarConfig: StateMachineCommandSetConfig< description: 'Delete a project', needsReview: true, reviewMessage: ({ argumentsToSubmit }) => CommandBarOverwriteWarning({ - heading: 'Are you sure?', - message: `This will permanently delete the project "${argumentsToSubmit.name}".`, + heading: 'Are you sure you want to delete?', + message: `This will permanently delete the project "${argumentsToSubmit.name}" and all its contents.`, }), args: { name: {