From 9646474e9ad67716a23c3d07af9725769b22b044 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:48:35 +0200 Subject: [PATCH] fix(i18n) Changed grammar related to "login" Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/encryption/lib/Crypto/EncryptAll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/encryption/lib/Crypto/EncryptAll.php b/apps/encryption/lib/Crypto/EncryptAll.php index 72d9646f41a..5420e729898 100644 --- a/apps/encryption/lib/Crypto/EncryptAll.php +++ b/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(); -- 2.39.5