We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee186c commit e59a5efCopy full SHA for e59a5ef
packages/databases-collections/src/stores/drop-namespace.tsx
@@ -59,7 +59,7 @@ export function activatePlugin(
59
);
60
const confirmed = await showConfirmation({
61
variant: 'danger',
62
- title: `Drop ${namespaceLabel}`,
+ title: `Drop ${namespaceLabel}?`,
63
description: `Are you sure you want to drop ${namespaceLabel.toLocaleLowerCase()} "${ns}"?`,
64
requiredInputText: isCollection ? collection : database,
65
buttonText: `Drop ${namespaceLabel}`,
0 commit comments