summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2022-05-31 17:23:06 +0200
committerCyrille Bollu <cyrpub@bollu.be>2022-05-31 17:26:58 +0200
commit4a790fedf091089f072557e1a52ef83ea5efed33 (patch)
tree983204a166dcf8efcf0befb660d7cb9865a6dd09 /core/templates
parent5a12e8f906ea5075193d88963cbdf805a097f626 (diff)
downloadnextcloud-server-4a790fedf091089f072557e1a52ef83ea5efed33.tar.gz
nextcloud-server-4a790fedf091089f072557e1a52ef83ea5efed33.zip
More meaningfull message when a public authenticated share's password is wrong or has expired
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/publicshareauth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/publicshareauth.php b/core/templates/publicshareauth.php
index 74303ce02ea..46e43b3c218 100644
--- a/core/templates/publicshareauth.php
+++ b/core/templates/publicshareauth.php
@@ -17,7 +17,7 @@
<div class="warning-info"><?php p($l->t('This share is password-protected')); ?></div>
<?php endif; ?>
<?php if (isset($_['wrongpw'])): ?>
- <div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
+ <div class="warning wrongPasswordMsg"><?php p($l->t('The password is wrong or expired. Please try again or request a new one.')); ?></div>
<?php endif; ?>
<p>
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>