mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Merge "Use correct message for account creation"
This commit is contained in:
commit
fbd27d31df
|
@ -5,7 +5,7 @@ use MediaWiki\Auth\AuthManager;
|
|||
|
||||
class FancyCaptcha extends SimpleCaptcha {
|
||||
// used for fancycaptcha-edit, fancycaptcha-addurl, fancycaptcha-badlogin,
|
||||
// fancycaptcha-createaccount, fancycaptcha-create, fancycaptcha-sendemail via getMessage()
|
||||
// fancycaptcha-accountcreate, fancycaptcha-create, fancycaptcha-sendemail via getMessage()
|
||||
protected static $messagePrefix = 'fancycaptcha-';
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"fancycaptcha-addurl": "Your edit includes new external links.\nTo protect the wiki against automated spam, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-badlogin": "To protect the wiki against automated password cracking, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-captcha": "Security check",
|
||||
"fancycaptcha-createaccount": "To protect the wiki against automated account creation, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-accountcreate": "To protect the wiki against automated account creation, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-create": "To create the page, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-edit": "To edit this page, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-imgcaptcha-ph": "Enter the text you see on the image",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"fancycaptcha-addurl": "{{Related|ConfirmEdit-addurl}}",
|
||||
"fancycaptcha-badlogin": "{{Related|ConfirmEdit-badlogin}}",
|
||||
"fancycaptcha-captcha": "Brief label for image CAPTCHA input field",
|
||||
"fancycaptcha-createaccount": "{{Related|ConfirmEdit-createaccount}}",
|
||||
"fancycaptcha-accountcreate": "{{Related|ConfirmEdit-createaccount}}",
|
||||
"fancycaptcha-create": "{{Related|ConfirmEdit-create}}",
|
||||
"fancycaptcha-edit": "{{Related|ConfirmEdit-edit}}",
|
||||
"fancycaptcha-imgcaptcha-ph": "Placeholder text for image CAPTCHA input field.",
|
||||
|
|
Loading…
Reference in a new issue