Use better wording.
This commit is contained in:
parent
2c4a9e0776
commit
65bcedfbbe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<form action="<?php p($_['URL']); ?>" method="post">
|
||||
<fieldset>
|
||||
<?php if ($_['wrongpw']): ?>
|
||||
<div class="warning"><?php p($l->t('Wrong password.')); ?></div>
|
||||
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
|
||||
<?php endif; ?>
|
||||
<p class="infield">
|
||||
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
|
||||
|
|
Loading…
Reference in a new issue