From 9c2863c729bbeb23c05daf8a3f97f268f5d93f2c Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Sun, 10 Jan 2016 13:40:41 +0800 Subject: [PATCH] Fix# typo --- templates/email.newuser_plaintext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email.newuser_plaintext.php b/templates/email.newuser_plaintext.php index 2a13b13..c7ab1ee 100644 --- a/templates/email.newuser_plaintext.php +++ b/templates/email.newuser_plaintext.php @@ -1,2 +1,2 @@ t('A new user "%"s has created an account on %s', [$_['user'], $_['sitename']]); +echo $l->t('A new user "%s" has created an account on %s', [$_['user'], $_['sitename']]);