more understandable 'Wrong password' feedback

This commit is contained in:
Jan-Christoph Borchardt 2015-08-12 18:43:09 +02:00
parent 326de6f9b4
commit e16cf0c45f

View File

@ -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 }