Fix characters not allowed in username. Don't include that in translatable string.

List mentioned in:
http://xmpp.org/rfcs/rfc3920.html#nodeprep-prohibited
This commit is contained in:
Badlop 2010-11-29 19:34:26 +01:00
parent f9e2466867
commit 008a0a29cd
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,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', [