diff options
Diffstat (limited to 'core/templates/login.php')
-rw-r--r-- | core/templates/login.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index 1586c1117dd..f942e02dc86 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 } - |