diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 185062fca2..35a7bfbb26 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -279,7 +279,7 @@ "errorPasswordMismatch": "Passwords must match", "errorEmptyPassword": "Please enter a password", "errorShortPassword": "Password must be at least 6 characters", - "errorConfirmPassword": "Please enter a password confirmation", + "errorConfirmPassword": "Please confirm your password", "errorNewPassword": "Please enter a new password or leave the current password empty.", "errorEmptyUsername": "Please enter a username.", "errorLongUsername": "Username must be less than 20 characters.", @@ -290,7 +290,7 @@ "Description": "Set a New Password", "TokenInvalidOrExpired": "The password reset token is invalid or has expired.", "EmptyPassword": "Please enter a password", - "PasswordConfirmation": "Please enter a password confirmation", + "PasswordConfirmation": "Please confirm your password", "PasswordMismatch": "Passwords must match" }, "AccountForm": { diff --git a/translations/locales/ko/translations.json b/translations/locales/ko/translations.json index c9cfcbeccd..a9775f2411 100644 --- a/translations/locales/ko/translations.json +++ b/translations/locales/ko/translations.json @@ -258,7 +258,7 @@ "errorPasswordMismatch": "Passwords must match", "errorEmptyPassword": "Please enter a password", "errorShortPassword": "Password must be at least 6 characters", - "errorConfirmPassword": "Please enter a password confirmation", + "errorConfirmPassword": "Please confirm your password", "errorNewPassword": "Please enter a new password or leave the current password empty.", "errorEmptyUsername": "Please enter a username.", "errorLongUsername": "Username must be less than 20 characters.", @@ -269,7 +269,7 @@ "Description": "Set a New Password", "TokenInvalidOrExpired": "The password reset token is invalid or has expired.", "EmptyPassword": "Please enter a password", - "PasswordConfirmation": "Please enter a password confirmation", + "PasswordConfirmation": "Please confirm your password", "PasswordMismatch": "Passwords must match" }, "AccountForm": {