summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/help_text.php b/help_text.php
index 611d49616b..1b0d9fe8c4 100644
--- a/help_text.php
+++ b/help_text.php
@@ -2894,7 +2894,7 @@ case 'username':
'<p>'.
WT_I18N::translate('Usernames are case-insensitive and ignore accented letters, so that “chloe”, “chloë”, and “Chloe” are considered to be the same.').
'</p><p>'.
- WT_I18N::translate('Usernames may not contain the following characters: &lt; &gt; " %% { } ;')
+ WT_I18N::translate('Usernames may not contain the following characters: &lt; &gt; " %% { } ;').
'</p>';
break;