Skip to content

Commit e59a5ef

Browse files
authored
fix(databases-collections): add question mark to the modal title COMPASS-9505 (#7072)
add question mark to drop ns modal
1 parent 7ee186c commit e59a5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databases-collections/src/stores/drop-namespace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function activatePlugin(
5959
);
6060
const confirmed = await showConfirmation({
6161
variant: 'danger',
62-
title: `Drop ${namespaceLabel}`,
62+
title: `Drop ${namespaceLabel}?`,
6363
description: `Are you sure you want to drop ${namespaceLabel.toLocaleLowerCase()} "${ns}"?`,
6464
requiredInputText: isCollection ? collection : database,
6565
buttonText: `Drop ${namespaceLabel}`,

0 commit comments

Comments
 (0)