fix(i18n) Changed grammar related to "login"

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/39401/head
rakekniven 2 years ago
parent b5096b0eb6
commit 9646474e9a
  1. 2
      apps/encryption/lib/Crypto/EncryptAll.php

@ -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…
Cancel
Save