summaryrefslogtreecommitdiffstats
path: root/settings/templates/email.new_user_plain_text.php
diff options
context:
space:
mode:
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!"));