summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index dca04f216..ed9aa6bf0 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2350,7 +2350,7 @@ password: Your password
break;
case 'status_blocked_body':
$text = t("!user-name-token,
-
+
Your account on !site-name-token has been blocked.
-- !site-name-token team", array('!user-name-token' => '[user:name]', '!site-name-token' => '[site:name]'), array('langcode' => $langcode));