Commit d3c311e
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.11 parent 43a9aab commit d3c311e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
0 commit comments