From b9d73afb6309020b49143a55a2d5746407c24ace Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Sat, 4 Dec 2021 19:24:06 +0100 Subject: [PATCH] Fix typo in messsage when deleting a database (#3777) --- resources/scripts/components/server/databases/DatabaseRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/server/databases/DatabaseRow.tsx b/resources/scripts/components/server/databases/DatabaseRow.tsx index 148415a1..22687b40 100644 --- a/resources/scripts/components/server/databases/DatabaseRow.tsx +++ b/resources/scripts/components/server/databases/DatabaseRow.tsx @@ -76,7 +76,7 @@ export default ({ database, className }: Props) => {

Confirm database deletion

- Deleting a database is a permanent action, it cannot be undone. This will permanetly + Deleting a database is a permanent action, it cannot be undone. This will permanently delete the {database.name} database and remove all associated data.