Skip to content
Snippets Groups Projects
Commit e16cf0c4 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

more understandable 'Wrong password' feedback

parent 326de6f9
Branches
No related tags found
Loading
......@@ -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 }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment