Skip to content

Commit c448094

Browse files
authored
Merge pull request #2607 from apsinghdev/feat/enhance-password-confirmation-message
improve password confirmation message
2 parents 115a7b2 + d11efb7 commit c448094

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

translations/locales/en-US/translations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"errorPasswordMismatch": "Passwords must match",
280280
"errorEmptyPassword": "Please enter a password",
281281
"errorShortPassword": "Password must be at least 6 characters",
282-
"errorConfirmPassword": "Please enter a password confirmation",
282+
"errorConfirmPassword": "Please confirm your password",
283283
"errorNewPassword": "Please enter a new password or leave the current password empty.",
284284
"errorEmptyUsername": "Please enter a username.",
285285
"errorLongUsername": "Username must be less than 20 characters.",
@@ -290,7 +290,7 @@
290290
"Description": "Set a New Password",
291291
"TokenInvalidOrExpired": "The password reset token is invalid or has expired.",
292292
"EmptyPassword": "Please enter a password",
293-
"PasswordConfirmation": "Please enter a password confirmation",
293+
"PasswordConfirmation": "Please confirm your password",
294294
"PasswordMismatch": "Passwords must match"
295295
},
296296
"AccountForm": {

translations/locales/ko/translations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"errorPasswordMismatch": "Passwords must match",
259259
"errorEmptyPassword": "Please enter a password",
260260
"errorShortPassword": "Password must be at least 6 characters",
261-
"errorConfirmPassword": "Please enter a password confirmation",
261+
"errorConfirmPassword": "Please confirm your password",
262262
"errorNewPassword": "Please enter a new password or leave the current password empty.",
263263
"errorEmptyUsername": "Please enter a username.",
264264
"errorLongUsername": "Username must be less than 20 characters.",
@@ -269,7 +269,7 @@
269269
"Description": "Set a New Password",
270270
"TokenInvalidOrExpired": "The password reset token is invalid or has expired.",
271271
"EmptyPassword": "Please enter a password",
272-
"PasswordConfirmation": "Please enter a password confirmation",
272+
"PasswordConfirmation": "Please confirm your password",
273273
"PasswordMismatch": "Passwords must match"
274274
},
275275
"AccountForm": {

0 commit comments

Comments
 (0)