From 17897cfe35cdd33d9d2008cd32486742bd33d2fe Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:50:30 +0200 Subject: [PATCH] Add missing `invalidFilePassword` to messages.json (#6678) Co-authored-by: Daniel James Smith --- apps/desktop/src/locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/desktop/src/locales/en/messages.json b/apps/desktop/src/locales/en/messages.json index 6bb2aebd76..ecd8e9a596 100644 --- a/apps/desktop/src/locales/en/messages.json +++ b/apps/desktop/src/locales/en/messages.json @@ -2480,6 +2480,9 @@ "importEncKeyError": { "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." }, + "invalidFilePassword": { + "message": "Invalid file password, please use the password you entered when you created the export file." + }, "importDestination": { "message": "Import destination" },