aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-11-29 19:34:26 +0100
committerBadlop <badlop@process-one.net>2010-11-29 19:34:26 +0100
commit6374b5b1e7a29c00e3fcd09fe103144bb95400d8 (patch)
treeaa23a737a62c5f7fc3e1a925b13d4d8b47464594
parentSupport negative part-hour TZ values (thanks to Alexander Zhukov)(EJAB-1301) (diff)
Fix characters not allowed in username. Don't include that in translatable string.
List mentioned in: http://xmpp.org/rfcs/rfc3920.html#nodeprep-prohibited
-rw-r--r--src/web/mod_register_web.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/mod_register_web.erl b/src/web/mod_register_web.erl
index f5f3002e4..1e08ce48a 100644
--- a/src/web/mod_register_web.erl
+++ b/src/web/mod_register_web.erl
@@ -214,7 +214,7 @@ form_new_get(Host, Lang) ->
?BR,
?XE("ul", [
?XCT("li", "This is case insensitive: macbeth is the same that MacBeth and Macbeth."),
- ?XCT("li", "Characters not allowed: @ : ' \" < > &")
+ ?XC("li", ?T("Characters not allowed:") ++ " \" & ' / : < > @ ")
])
]),
?XE("li", [