Skip to content

Commit fd7ef2f

Browse files
StCyrPVince81
authored andcommitted
More meaningfull message when a public authenticated share's password
is wrong or has expired. Signed-off-by: Cyrille Bollu <[email protected]>
1 parent 9e18a3b commit fd7ef2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/publicshareauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="warning-info"><?php p($l->t('This share is password-protected')); ?></div>
1818
<?php endif; ?>
1919
<?php if (isset($_['wrongpw'])): ?>
20-
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
20+
<div class="warning"><?php p($l->t('The password is wrong or expired. Please try again or request a new one.')); ?></div>
2121
<?php endif; ?>
2222
<p>
2323
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>

0 commit comments

Comments
 (0)