Skip to content

Commit 9646474

Browse files
committed
fix(i18n) Changed grammar related to "login"
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent b5096b0 commit 9646474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/encryption/lib/Crypto/EncryptAll.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ protected function sendPasswordsByMail() {
438438
$l->t('The administration enabled server-side-encryption. Your files were encrypted using the password "%s".', $password)
439439
);
440440
$template->addBodyText(
441-
$l->t('Please login to the web interface, go to the "Security" section of your personal settings and update your encryption password by entering this password into the "Old log-in password" field and your current login-password.')
441+
$l->t('Please login to the web interface, go to the "Security" section of your personal settings and update your encryption password by entering this password into the "Old login password" field and your current login password.')
442442
);
443443
$template->addFooter();
444444

0 commit comments

Comments
 (0)