diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-25 11:58:00 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-25 11:58:00 +0300 |
| commit | 93410166580465608c370bb36cdc2b953e43b965 (patch) | |
| tree | 134d5401111335014a45cfd2b2528904e42a1b5b /res/langs/en.json | |
| parent | d934830a64b915af0b7e8031cb5ef927534c5e86 (diff) | |
Html escapism
Diffstat (limited to 'res/langs/en.json')
| -rw-r--r-- | res/langs/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index 3e618fb..145e7ae 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -5,7 +5,7 @@ "joined": "joined", "online": "online", "nothingPlaying": "Nothing Playing", - "usernameError": "Username must be from 1 to $MAX characters and don't repeat another's.", + "usernameError": "Username must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.", "addVideoError": "Failed to add video.", "rawVideo": "Raw video", "videos": "videos", |
