File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ msgstr "ईमेल पता पहले से मौजूद है"
9696msgid "Your password can't be your email."
9797msgstr "आपका पासवर्ड आपका ईमेल नहीं हो सकता।"
9898
99- msgid "Your password can't be your username. "
99+ msgid "Your password can't be your username"
100100msgstr "आपका पासवर्ड आपका उपयोगकर्ता नाम नहीं हो सकता।"
101101
102102msgid "The passwords do not match."
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ msgstr ""
9393msgid "The email address already exists"
9494msgstr ""
9595
96- msgid "Your password can't be your email."
96+ msgid "Your password cannot be your email."
9797msgstr ""
9898
99- msgid "Your password can't be your username. "
99+ msgid "Your password cannot be your username"
100100msgstr ""
101101
102102msgid "The passwords do not match."
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ namespace LORIS\my_preferences;
1010class My_Preferences extends \NDB_Form
1111{
1212 // Use gettext for error messages
13- private const PASSWORD_ERROR_IS_EMAIL = 'Your password can ' t be your email.';
14- private const PASSWORD_ERROR_IS_USER = ' Your password can't be your username. ';
13+ private const PASSWORD_ERROR_IS_EMAIL = 'Your password cannot be your email. ' ;
14+ private const PASSWORD_ERROR_IS_USER = 'Your password cannot be your username ' ;
1515 private const PASSWORD_ERROR_NO_MATCH = 'The passwords do not match. ' ;
1616 private const PASSWORD_ERROR_NO_CHANGE = 'New and old passwords are identical ' ;
1717
You can’t perform that action at this time.
0 commit comments