From 57c32e30476d3714f853ddea8505ffa5b4aebb24 Mon Sep 17 00:00:00 2001 From: Alangi Derick Date: Thu, 1 Feb 2018 10:11:34 +0100 Subject: [PATCH] Fix sessionfailure i18n message during authentication Confusing message about session failure, telling the user to resubmit the form is a better feedback message as most of the time, it could be a session timeout causing the failure. Bug: T181960 Change-Id: I8a644ac8adb89ec83a8e3b5a5ad4a2d8dc5c1d8c --- 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 42ea35cd35..365e036e12 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2339,7 +2339,7 @@ "rollback-success": "Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.", "rollback-success-notify": "Reverted edits by $1;\nchanged back to last revision by $2. [$3 Show changes]", "sessionfailure-title": "Session failure", - "sessionfailure": "There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nGo back to the previous page, reload that page and then try again.", + "sessionfailure": "There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.", "changecontentmodel" : "Change content model of a page", "changecontentmodel-legend": "Change content model", "changecontentmodel-title-label": "Page title", -- 2.20.1