From c9b1f5e47b8f1ce9ec6356a17034159d9fc6c5f5 Mon Sep 17 00:00:00 2001 From: Gauvain Date: Wed, 15 Jul 2026 00:34:38 +0200 Subject: [PATCH] fix(downloads): add the delete-all confirmation strings --- translations/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translations/en.json b/translations/en.json index ba3ffcebf..cbe5d5d29 100644 --- a/translations/en.json +++ b/translations/en.json @@ -384,6 +384,8 @@ "device_usage": "Device {{availableSpace}}%", "size_used": "{{used}} of {{total}} used", "delete_all_downloaded_files": "Delete all downloaded files", + "delete_all_downloaded_files_confirm": "Delete All Downloaded Files?", + "delete_all_downloaded_files_confirm_desc": "Are you sure you want to delete all downloaded files? This action cannot be undone.", "music_cache_title": "Music cache", "music_cache_description": "Automatically cache songs as you listen for smoother playback and offline support", "clear_music_cache": "Clear music cache",