diff --git a/public/locales/en.json b/public/locales/en.json index a2629c6..0dc270b 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -666,8 +666,8 @@ "decodeErrors": { "atob": "The backup could not be decoded as it is not valid base64!", "json": "The backup could not be decoded as it is not valid JSON!", - "missingTester": "The backup could not be decoded as it is missing a tester key!", - "missingSalt": "The backup could not be decoded as it is missing a salt key!", + "missingTester": "The backup could not be decoded as it is missing a 'tester' key!", + "missingSalt": "The backup could not be decoded as it is missing a 'salt' key!", "invalidTester": "The backup could not be decoded as the 'tester' key is the wrong type!", "invalidSalt": "The backup could not be decoded as the 'salt' key is the wrong type!", "invalidWallets": "The backup could not be decoded as the 'wallets' key is the wrong type!",