diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-05-18 08:44:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 08:44:09 +0200 |
commit | 83330b8c4ca27b094b4a262dde261a0b767b3f9c (patch) | |
tree | fd35f9d8f74292e35649d0aa1f80df9405623649 /apps/encryption | |
parent | ee3dc57cbd9c9cf2f88d97a35f54ed67ab556aa7 (diff) | |
parent | 99e6849906fea1ee3402a8e3ad9dcca356600d70 (diff) | |
download | nextcloud-server-83330b8c4ca27b094b4a262dde261a0b767b3f9c.tar.gz nextcloud-server-83330b8c4ca27b094b4a262dde261a0b767b3f9c.zip |
Merge pull request #26896 from nextcloud/Valdnet-patch-8
l10n: Replace the apostrophe with double quotation
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/templates/altmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/templates/altmail.php b/apps/encryption/templates/altmail.php index bea416f05fd..b1041454ea8 100644 --- a/apps/encryption/templates/altmail.php +++ b/apps/encryption/templates/altmail.php @@ -2,7 +2,7 @@ /** @var OC_Theme $theme */ /** @var array $_ */ -print_unescaped($l->t("Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease 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.\n\n", [$_['password']])); +print_unescaped($l->t("Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password \"%s\".\n\nPlease 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.\n\n", [$_['password']])); if (isset($_['expiration'])) { print_unescaped($l->t("The share will expire on %s.", [$_['expiration']])); print_unescaped("\n\n"); |