summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-06-01 09:04:11 +0200
committerGitHub <noreply@github.com>2022-06-01 09:04:11 +0200
commit07262715046e95a3989899630e6b398cceeea4d3 (patch)
tree099207265de47eaa6a5deb66010b4ad99b3b375c /core
parente6177afeda0e2e9374e37b1131e131af2c4f6da3 (diff)
parent4a790fedf091089f072557e1a52ef83ea5efed33 (diff)
downloadnextcloud-server-07262715046e95a3989899630e6b398cceeea4d3.tar.gz
nextcloud-server-07262715046e95a3989899630e6b398cceeea4d3.zip
Merge pull request #32371 from nextcloud/fix-31952
More meaningfull message when a public authenticated share's password is wrong or has expired.
Diffstat (limited to 'core')
-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>