From 2b3f0b64caf995b0adb1dab787b89f8bf0ac79ef Mon Sep 17 00:00:00 2001 From: Dumitru Zavrotschi Date: Fri, 8 Jan 2021 18:00:10 +0100 Subject: [PATCH] Update password policy English translation (#20118) --- packages/rocketchat-i18n/i18n/en.i18n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index fc07fcb11d0..5b6039e82e7 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -1805,7 +1805,7 @@ "get-password-policy-maxLength": "The password should be maximum __maxLength__ characters long", "get-password-policy-minLength": "The password should be minimum __minLength__ characters long", "get-password-policy-mustContainAtLeastOneLowercase": "The password should contain at least one lowercase letter", - "get-password-policy-mustContainAtLeastOneNumber": "The password should contain atleast one number", + "get-password-policy-mustContainAtLeastOneNumber": "The password should contain at least one number", "get-password-policy-mustContainAtLeastOneSpecialCharacter": "The password should contain at least one special character", "get-password-policy-mustContainAtLeastOneUppercase": "The password should contain at least one uppercase letter", "github_no_public_email": "You don't have any email as public email in your GitHub account", @@ -4169,4 +4169,4 @@ "Your_temporary_password_is_password": "Your temporary password is [password].", "Your_TOTP_has_been_reset": "Your Two Factor TOTP has been reset.", "Your_workspace_is_ready": "Your workspace is ready to use 🎉" -} \ No newline at end of file +}