]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(i18n) Changed grammar related to "login" 39401/head
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Fri, 14 Jul 2023 21:48:35 +0000 (23:48 +0200)
committerrakekniven <2069590+rakekniven@users.noreply.github.com>
Sat, 15 Jul 2023 13:51:53 +0000 (15:51 +0200)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/encryption/lib/Crypto/EncryptAll.php

index 72d9646f41a83982a417d951a3214bffe2f3c773..5420e7298985f32a4420f5c90df2d8e2a17e08d5 100644 (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();