jenkins-bot has submitted this change and it was merged. Change subject: Add a full stop to the message "noemailcreate" ......................................................................
Add a full stop to the message "noemailcreate" Change-Id: I10c8ef9fbccfb06e331368a0a36046a646272975 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Raimond Spekking: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ad070bf..52082af 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1143,7 +1143,7 @@ and you no longer wish to change it, you may ignore this message and continue using your old password.', 'noemail' => 'There is no email address recorded for user "$1".', -'noemailcreate' => 'You need to provide a valid email address', +'noemailcreate' => 'You need to provide a valid email address.', 'passwordsent' => 'A new password has been sent to the email address registered for "$1". Please log in again after you receive it.', 'blocked-mailpassword' => 'Your IP address is blocked from editing, and so is not allowed to use the password recovery function to prevent abuse.', -- To view, visit https://gerrit.wikimedia.org/r/55447 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I10c8ef9fbccfb06e331368a0a36046a646272975 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
