jenkins-bot has submitted this change and it was merged. Change subject: Remove positional reference from createaccountmail ......................................................................
Remove positional reference from createaccountmail <https://www.mediawiki.org/wiki/Localisation#Avoid_references_to_screen_layout_and_positions> Change-Id: I1a930fd402b5de020b7ad509e74a0f35638ba7f8 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Matmarex: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 75e3532..91b1c60 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1147,7 +1147,7 @@ 'createacct-emailoptional' => 'Email address (optional)', 'createacct-email-ph' => 'Enter your email address', 'createacct-another-email-ph' => 'Enter email address', -'createaccountmail' => 'Use a temporary random password and send it to the email address specified below', +'createaccountmail' => 'Use a temporary random password and send it to the specified email address', 'createacct-realname' => 'Real name (optional)', 'createaccountreason' => 'Reason:', 'createacct-reason' => 'Reason', -- To view, visit https://gerrit.wikimedia.org/r/78509 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1a930fd402b5de020b7ad509e74a0f35638ba7f8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: Parent5446 <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
