From e0ebd6ca1843fe2fc8950c365bdbdc7f0f2ea0f6 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:22:40 +0100 Subject: [PATCH] l10n: Correct spelling Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/encryption/templates/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/encryption/templates/mail.php b/apps/encryption/templates/mail.php index 1241cfd9f62..eb351e16b04 100644 --- a/apps/encryption/templates/mail.php +++ b/apps/encryption/templates/mail.php @@ -15,7 +15,7 @@   t('Hey there,

the admin enabled server-side-encryption. Your files were encrypted using the password %s.

Please login to the web interface, go to the section "basic encryption module" 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.

', [$_['password']])); + print_unescaped($l->t('Hey there,

The administrator enabled server-side-encryption. Your files were encrypted using the password %s.

Please login to the web interface, go to the section "Basic encryption module" 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.

', [$_['password']])); // TRANSLATORS term at the end of a mail p($l->t('Cheers!')); ?> -- 2.39.5