From e362f0b4f06bd7e67e791226051521083ec87018 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 27 Jan 2025 18:17:33 +0100 Subject: [PATCH] Fix translations --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 90bed2e2fa01..78193f06bcff 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2686,7 +2686,7 @@ "encryption_turn_on": "Turn on", "encryption_turn_off": "Turn off", "encryption_turn_off_confirm_title": "Turn encryption off?", - "encryption_turn_off_confirm_text": "All your next backups will not be encrypted on This system. Please keep your backups private and secure.", + "encryption_turn_off_confirm_text": "All your next backups will not be encrypted for this location. Please keep your backups private and secure.", "encryption_turn_off_confirm_action": "Turn encryption off" } }