More explicit warning message text
This commit is contained in:
@ -55,8 +55,8 @@ export const projectsCommandBarConfig: StateMachineCommandSetConfig<
|
|||||||
description: 'Delete a project',
|
description: 'Delete a project',
|
||||||
needsReview: true,
|
needsReview: true,
|
||||||
reviewMessage: ({ argumentsToSubmit }) => CommandBarOverwriteWarning({
|
reviewMessage: ({ argumentsToSubmit }) => CommandBarOverwriteWarning({
|
||||||
heading: 'Are you sure?',
|
heading: 'Are you sure you want to delete?',
|
||||||
message: `This will permanently delete the project "${argumentsToSubmit.name}".`,
|
message: `This will permanently delete the project "${argumentsToSubmit.name}" and all its contents.`,
|
||||||
}),
|
}),
|
||||||
args: {
|
args: {
|
||||||
name: {
|
name: {
|
||||||
|
Reference in New Issue
Block a user