Merge pull request #39401 from nextcloud/rakekniven-patch-2

fix(i18n) Changed grammar related to "login"
This commit is contained in:
F. E Noel Nfebe 2023-07-15 15:34:32 +01:00 committed by GitHub
commit 1797d9f400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -438,7 +438,7 @@ class EncryptAll {
$l->t('The administration enabled server-side-encryption. Your files were encrypted using the password "%s".', $password)
);
$template->addBodyText(
$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.')
$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.')
);
$template->addFooter();