mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #39401 from nextcloud/rakekniven-patch-2
fix(i18n) Changed grammar related to "login"
This commit is contained in:
commit
1797d9f400
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue