Fix message name for passwordreset-invalidemail
authorBrian Wolff <bawolff+wn@gmail.com>
Tue, 15 Nov 2016 03:40:42 +0000 (03:40 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Tue, 15 Nov 2016 03:42:00 +0000 (03:42 +0000)
This adjust the qqq.json and en.json file. I didn't touch the
other language files for fear of messing with however translatewiki
export works.

Change-Id: Ia4b7a9230b0a1cd9aacdcb57ccde186d469c9571

languages/i18n/en.json
languages/i18n/qqq.json

index a033edd..cb82024 100644 (file)
        "passwordreset-nocaller": "A caller must be provided",
        "passwordreset-nosuchcaller": "Caller does not exist: $1",
        "passwordreset-ignored": "The password reset was not handled. Maybe no provider was configured?",
-       "passwordreset-invalideamil": "Invalid email address",
+       "passwordreset-invalidemail": "Invalid email address",
        "passwordreset-nodata": "Neither a username nor an email address was supplied",
        "changeemail": "Change or remove email address",
        "changeemail-summary": "",
index e5df378..10a5588 100644 (file)
        "passwordreset-nocaller": "Shown when a password reset was requested but the process failed due to an internal error related to missing details about the origin (caller) of the password reset request.",
        "passwordreset-nosuchcaller": "Shown when a password reset was requested but the username of the caller could not be resolved to a user. This is an internal error.\n\nParameters:\n* $1 - username of the caller",
        "passwordreset-ignored": "Shown when password reset was unsuccessful due to configuration problems.",
-       "passwordreset-invalideamil": "Returned when the email address is syntatically invalid.",
+       "passwordreset-invalidemail": "Returned when the email address is syntatically invalid.",
        "passwordreset-nodata": "Returned when no data was provided.",
        "changeemail": "Title of [[Special:ChangeEmail|special page]]. This page also allows removing the user's email address.",
        "changeemail-summary": "{{ignored}}",