Skip to content

Commit d3c311e

Browse files
committed
[5.0] revert string removal
COM_USERS_MAIL_PLEASE_FILL_IN_THE_FORM_CORRECTLY="Please fill in the form correctly." This string was marked as deprecated in #39374 and removed from 5.0 as a result of the deprecation However this was in error as the string is used https://github.com/joomla/joomla-cms/blob/43a9aab4992d3048e8f2ee5091cd76959fc52acc/administrator/components/com_users/src/Model/MailModel.php#L126 This simple PR restores the string. I have made it against 5.0 as I see this as a bugfix but maintainers may decide its a new string and therefore must be in 5.1
1 parent 43a9aab commit d3c311e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

administrator/language/en-GB/com_users.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ COM_USERS_MAIL_NO_USERS_COULD_BE_FOUND_IN_THIS_GROUP="No users could be found in
222222
COM_USERS_MAIL_ONLY_YOU_COULD_BE_FOUND_IN_THIS_GROUP="You are the only user in this group."
223223
COM_USERS_MAIL_PASSWORD_RESET_DESC="Sent to a user by the "Forgot your password?" link eg in a login form."
224224
COM_USERS_MAIL_PASSWORD_RESET_TITLE="Users: Password Reset"
225+
COM_USERS_MAIL_PLEASE_FILL_IN_THE_FORM_CORRECTLY="Please fill in the form correctly."
225226
COM_USERS_MAIL_REGISTRATION_ADMIN_NEW_NOTIFICATION_DESC="Notification to the admin that a new, activated account has been created."
226227
COM_USERS_MAIL_REGISTRATION_ADMIN_NEW_NOTIFICATION_TITLE="Users: New account notification to admin"
227228
COM_USERS_MAIL_REGISTRATION_ADMIN_VERIFICATION_REQUEST_DESC="Notification to admins to verify a new, verified account."

0 commit comments

Comments
 (0)