From: Nemo bis Date: Sun, 6 Nov 2016 19:11:56 +0000 (+0100) Subject: Remove redundant "below" from authmanager-create-from-login X-Git-Tag: 1.31.0-rc.0~4942^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=c9dfedc9bd38c3afa3c252b81756ca59e114d461;p=lhc%2Fweb%2Fwiklou.git Remove redundant "below" from authmanager-create-from-login System messages should not hardcode references to specific positions of the interface elements, especially when such specifications do not help understanding. Bug: T137690 Change-Id: I306efc768bf20f6b4aa03cbca42f0cdf084b9a31 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 8ac4089e0a..42cbe5103a 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -4165,7 +4165,7 @@ "authmanager-authn-autocreate-failed": "Auto-creation of a local account failed: $1", "authmanager-change-not-supported": "The supplied credentials cannot be changed, as nothing would use them.", "authmanager-create-disabled": "Account creation is disabled.", - "authmanager-create-from-login": "To create your account, please fill in the fields below.", + "authmanager-create-from-login": "To create your account, please fill in the fields.", "authmanager-create-not-in-progress": "Account creation is not in progress or session data has been lost. Please start again from the beginning.", "authmanager-create-no-primary": "The supplied credentials could not be used for account creation.", "authmanager-link-no-primary": "The supplied credentials could not be used for account linking.",