diff options
author | kondou <kondou@ts.unde.re> | 2013-07-03 20:13:10 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-07-03 20:13:10 +0200 |
commit | 65bcedfbbee891a4a5253ff328f7a2b5e9d07e78 (patch) | |
tree | 3efc1046d870529a199be11c140017e7a30873ef /apps/files_sharing | |
parent | 2c4a9e0776ed3f2ce40cb5e4335df5ffaacde9a2 (diff) | |
download | nextcloud-server-65bcedfbbee891a4a5253ff328f7a2b5e9d07e78.tar.gz nextcloud-server-65bcedfbbee891a4a5253ff328f7a2b5e9d07e78.zip |
Use better wording.
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 9334861b1ce..fa03f419130 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -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> |