diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-02-01 17:24:11 +0100 |
---|---|---|
committer | Martin Wortschack <mwortschack@gitlab.com> | 2019-02-01 17:27:04 +0100 |
commit | 845c8d0b5c5b0b59b02cea253532bec3d9d6a42f (patch) | |
tree | e3ca48230ec56bd5f412abf6b6d694674b3067c9 /locale | |
parent | c243b154abf5c29ba35fd2fab2ca3bc010fdc324 (diff) | |
download | gitlab-ce-845c8d0b5c5b0b59b02cea253532bec3d9d6a42f.tar.gz |
Block emojis from user name
- Use JS regex for emoji validation
- Add test for blocking emojis in full name
- Fix existing tests for user status that failed locally
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index a72e921dcce..dd94ba892b4 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -5399,6 +5399,9 @@ msgstr "" msgid "Profiles|Username successfully changed" msgstr "" +msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead" +msgstr "" + msgid "Profiles|What's your status?" msgstr "" |