From e16cf0c45f33a3be95c70a75492d80282bde0e55 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Wed, 12 Aug 2015 18:43:09 +0200 Subject: [PATCH] more understandable 'Wrong password' feedback --- core/templates/login.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/templates/login.php b/core/templates/login.php index 1586c1117d..f942e02dc8 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -58,7 +58,7 @@ script('core', [ <?php if (isset($_['invalidpassword']) && ($_['invalidpassword'])): ?> <a id="lost-password" class="warning" href=""> - <?php p($l->t('Forgot your password? Reset it!')); ?> + <?php p($l->t('Wrong password. Reset it?')); ?> </a> <?php endif; ?> <?php if ($_['rememberLoginAllowed'] === true) : ?> @@ -83,4 +83,3 @@ script('core', [ </fieldset> </form> <?php } - -- GitLab