From 64c260c1c4cbac718303819b617ab9993bd84630 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 09:21:51 +0100 Subject: [PATCH] Form correct headline for 'Delete backups?' alert, separate "Delete backup" menu item (#22891) Create correct headline for 'Delete backups?' alert Change 'Delete backup' to 'Delete backups?' to use correct plural and form a question the user has to confirm. Separates the 'Delete backup' menu item that is currently referenced from this key. --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 4d83ad8975..10189e1102 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2186,7 +2186,7 @@ "create_backup": "[%key:supervisor::backup::create_backup%]", "creating_backup": "Backup is currently being created", "download_backup": "[%key:supervisor::backup::download_backup%]", - "remove_backup": "[%key:supervisor::backup::delete_backup_title%]", + "remove_backup": "Delete backup", "name": "[%key:supervisor::backup::name%]", "path": "Path", "size": "[%key:supervisor::backup::size%]", @@ -7867,7 +7867,7 @@ "create_blocked_not_running": "Creating a backup is not possible right now because the system is in \"{state}\" state.", "restore_blocked_not_running": "Restoring a backup is not possible right now because the system is in \"{state}\" state.", "delete_selected": "Delete selected backups", - "delete_backup_title": "Delete backup", + "delete_backup_title": "Delete backups?", "delete_backup_text": "Do you want to delete {number} {number, plural,\n one {backup}\n other {backups}\n}?", "delete_backup_confirm": "delete", "selected": "{number} selected",