From d11efb7bbe497435310283713bdac2edc1f5f92e Mon Sep 17 00:00:00 2001 From: ajeet <109718740+ajeetcode@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:13:48 +0530 Subject: [PATCH] improve password confirmation message --- translations/locales/en-US/translations.json | 4 ++-- translations/locales/ko/translations.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {