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.
This commit is contained in:
Norbert Rittel 2024-11-20 09:21:51 +01:00 committed by GitHub
parent 36f3ef9e86
commit 64c260c1c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",