From 1a4f713a792f6c29dae7f4be1d14de4f3df426b4 Mon Sep 17 00:00:00 2001 From: Ashley Stanton-Nurse Date: Mon, 23 Sep 2024 11:34:49 -0700 Subject: [PATCH] Clarifying copy-edit to delete database panel (#1974) * change 'Database id' to 'Database name' in Delete Database confirm prompt * put 'name' in a parenthetical instead of replacing 'id' * update test snapshots --- src/Explorer/Panes/DeleteDatabaseConfirmationPanel.tsx | 4 ++-- .../DeleteDatabaseConfirmationPanel.test.tsx.snap | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/Explorer/Panes/DeleteDatabaseConfirmationPanel.tsx b/src/Explorer/Panes/DeleteDatabaseConfirmationPanel.tsx index af291bba6..04bc117ca 100644 --- a/src/Explorer/Panes/DeleteDatabaseConfirmationPanel.tsx +++ b/src/Explorer/Panes/DeleteDatabaseConfirmationPanel.tsx @@ -124,7 +124,7 @@ export const DeleteDatabaseConfirmationPanel: FunctionComponent @@ -132,7 +132,7 @@ export const DeleteDatabaseConfirmationPanel: FunctionComponent
* - Confirm by typing the {getDatabaseName()} id + {confirmDatabase} - Confirm by typing the - Database - id + Confirm by typing the Database id (name)