jenkins-bot has submitted this change and it was merged. Change subject: Use generic example domain names ......................................................................
Use generic example domain names Previously, the domain names used as examples in the interface were associated with Stanford University. Now using domain names that are reserved for documentation purposes, as defined in RFC 2606. This change was requested at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Privatedomains-instructions/en_%282%29 Change-Id: I6403541318e08073c3e1dab892c382c8fcb95177 --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Purodha: Looks good to me, but someone else must approve Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index fe23d48..b9fdd85 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -11,6 +11,6 @@ "privatedomains-invalidemail": "Sorry, access to this wiki is restricted to members of $1.\nIf you have an email address affiliated with $1, you can enter or reconfirm your email address on your [[Special:Preferences|account preference page]].\nYou can still view pages on this wiki, but you will be unable to edit.", "privatedomains-affiliatenamelabel": "Name of organization:", "privatedomains-emailadminlabel": "Contact username for access problems or queries:", - "privatedomains-instructions": "Below is the list of email domains allowed for editors of this wiki.\nEach line designates an email suffix that is given access for editing.\nThis should be formatted with one suffix per line.\nFor example:<div style=\"width: 20%; padding:5px; border: 1px solid grey;\">cs.stanford.edu<br />stanfordalumni.org</div>\nThis would allow edits from anyone with the email address [email protected] or [email protected]\n<b>Enter the allowed domains in the text box below, and click \"save\".</b>", + "privatedomains-instructions": "Below is the list of email domains allowed for editors of this wiki.\nEach line designates an email suffix that is given access for editing.\nThis should be formatted with one suffix per line.\nFor example:<div style=\"width: 20%; padding:5px; border: 1px solid grey;\">example.com<br />mail.example.net</div>\nThis would allow edits from anyone with the email address [email protected] or [email protected]\n<b>Enter the allowed domains in the text box below, and click \"save\".</b>", "right-privatedomains": "Manage private domains" } -- To view, visit https://gerrit.wikimedia.org/r/213783 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6403541318e08073c3e1dab892c382c8fcb95177 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/PrivateDomains Gerrit-Branch: master Gerrit-Owner: Microchip08 <[email protected]> Gerrit-Reviewer: Nem2s <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Purodha <[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
