diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-12-13 13:59:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 13:59:34 +0100 |
commit | 5ec2b0e42562cf609d51638fc2b5a4f81a315977 (patch) | |
tree | 42a5ac1cfafa08047ce3c18c36fdb6bb79458a73 /apps | |
parent | dfadf17074d5300af1f7d347ed9de4952ff40387 (diff) | |
download | nextcloud-server-5ec2b0e42562cf609d51638fc2b5a4f81a315977.tar.gz nextcloud-server-5ec2b0e42562cf609d51638fc2b5a4f81a315977.zip |
l10n: Change to "administration"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/encryption/templates/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/templates/mail.php b/apps/encryption/templates/mail.php index eb351e16b04..2cfd415b646 100644 --- a/apps/encryption/templates/mail.php +++ b/apps/encryption/templates/mail.php @@ -15,7 +15,7 @@ <td width="20px"> </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 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']])); + print_unescaped($l->t('Hey there,<br><br>The administration 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!')); ?> |