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