Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-12-13 12:22:40 +0300
committerGitHub <noreply@github.com>2021-12-13 12:22:40 +0300
commite0ebd6ca1843fe2fc8950c365bdbdc7f0f2ea0f6 (patch)
tree5828d248006cd4a283637c3d2e8385de5c731695 /apps/encryption
parent3d404c9c834de267329957f8cef0655f3d1dfb7e (diff)
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/encryption')
-rw-r--r--apps/encryption/templates/mail.php2
1 files changed, 1 insertions, 1 deletions
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 @@
<td width="20px">&nbsp;</td>
<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">
<?php
- print_unescaped($l->t('Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>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.<br><br>', [$_['password']]));
+ print_unescaped($l->t('Hey there,<br><br>The administrator enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>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.<br><br>', [$_['password']]));
// TRANSLATORS term at the end of a mail
p($l->t('Cheers!'));
?>