diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 09:08:21 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 13:13:37 +0200 |
commit | e7e0dc608b21c9ef962a8a2f705de775ce8b87b1 (patch) | |
tree | 97ea99fc061e8894584e8e5869ebcbaefe384d69 /apps/encryption/templates/altmail.php | |
parent | 451b630ec8985ab8491593fde07f55eb3e3fe146 (diff) | |
download | nextcloud-server-e7e0dc608b21c9ef962a8a2f705de775ce8b87b1.tar.gz nextcloud-server-e7e0dc608b21c9ef962a8a2f705de775ce8b87b1.zip |
fix strings
Diffstat (limited to 'apps/encryption/templates/altmail.php')
-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 b92c6b4a7c4..a5b1512aada 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 'ownCloud 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", array($_['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", array($_['password']))); if ( isset($_['expiration']) ) { print_unescaped($l->t("The share will expire on %s.", array($_['expiration']))); print_unescaped("\n\n"); |