From 2564f22c96351a36a49f02f347103b9b6ad31ede Mon Sep 17 00:00:00 2001 From: Reedy Date: Mon, 12 Mar 2018 14:45:58 +0000 Subject: [PATCH] Remove "probably you" from password reset email information Bug: T189492 Change-Id: I6fe5bbe11487642fb0ac95e53d563621de7323f4 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index aaaf7853ae..9bed548dc2 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -476,7 +476,7 @@ "password-login-forbidden": "The use of this username and password has been forbidden.", "mailmypassword": "Reset password", "passwordremindertitle": "New temporary password for {{SITENAME}}", - "passwordremindertext": "Someone (probably you, from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.", + "passwordremindertext": "Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.", "noemail": "There is no email address recorded for user \"$1\".", "noemailcreate": "You need to provide a valid email address.", "passwordsent": "A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.", -- 2.20.1