summaryrefslogtreecommitdiffstats
path: root/settings/templates/email.new_user_plain_text.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-30 08:51:50 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-30 08:51:50 +0100
commit8e361b723c76cf5c71ee5cbbad886afa48c10833 (patch)
tree67e9841f046c6b22e7aee6a60daf5aa43b33bedf /settings/templates/email.new_user_plain_text.php
parent224c89c1b837e1fd6a36cff2f17324e5b7535994 (diff)
downloadnextcloud-server-8e361b723c76cf5c71ee5cbbad886afa48c10833.tar.gz
nextcloud-server-8e361b723c76cf5c71ee5cbbad886afa48c10833.zip
Fix minor mail issues
* a nextcloud * Strong username & url Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings/templates/email.new_user_plain_text.php')
-rw-r--r--settings/templates/email.new_user_plain_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/email.new_user_plain_text.php b/settings/templates/email.new_user_plain_text.php
index 79559a87020..2cc70ddfa2f 100644
--- a/settings/templates/email.new_user_plain_text.php
+++ b/settings/templates/email.new_user_plain_text.php
@@ -1,5 +1,5 @@
<?php
-print_unescaped($l->t("Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n", array($theme->getName(), $_['username'], $_['url'])));
+print_unescaped($l->t("Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n", array($theme->getName(), $_['username'], $_['url'])));
// TRANSLATORS term at the end of a mail
p($l->t("Cheers!"));