diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-30 08:51:50 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-30 08:51:50 +0100 |
commit | 8e361b723c76cf5c71ee5cbbad886afa48c10833 (patch) | |
tree | 67e9841f046c6b22e7aee6a60daf5aa43b33bedf /settings/templates/email.new_user_plain_text.php | |
parent | 224c89c1b837e1fd6a36cff2f17324e5b7535994 (diff) | |
download | nextcloud-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.php | 2 |
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!")); |