Skip to content

Commit 1797d9f

Browse files
authored
Merge pull request nextcloud#39401 from nextcloud/rakekniven-patch-2
fix(i18n) Changed grammar related to "login"
2 parents b5096b0 + 9646474 commit 1797d9f

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)