aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-07 10:35:33 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-07 10:35:33 +0200
commit6f573f710ddf4034f725c7f58f11cb7c4c57631f (patch)
treeb4c5d459c137da7296c6e777c64ba75b99a119e7 /phpBB/language/en/ucp.php
parentbe86694305f87893cf1ced845af278fd8bf9fee3 (diff)
parent7160c67b2ca8fa1c819d5da3e629fb02621a7066 (diff)
downloadforums-6f573f710ddf4034f725c7f58f11cb7c4c57631f.tar
forums-6f573f710ddf4034f725c7f58f11cb7c4c57631f.tar.gz
forums-6f573f710ddf4034f725c7f58f11cb7c4c57631f.tar.bz2
forums-6f573f710ddf4034f725c7f58f11cb7c4c57631f.tar.xz
forums-6f573f710ddf4034f725c7f58f11cb7c4c57631f.zip
Merge pull request #5556 from 3D-I/ticket/16004
[ticket/16004] Add check-in for Emojis in Username
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index d5c6778e3b..2622fb57b7 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -272,6 +272,7 @@ $lang = array_merge($lang, array(
'IMPORTANT_NEWS' => 'Important announcements',
'INVALID_USER_BIRTHDAY' => 'The entered birthday is not a valid date.',
'INVALID_CHARS_USERNAME' => 'The username contains forbidden characters.',
+ 'INVALID_EMOJIS_USERNAME' => 'The username contains forbidden characters (Emoji).',
'INVALID_CHARS_NEW_PASSWORD'=> 'The password does not contain the required characters.',
'ITEMS_REQUIRED' => 'The items marked with * are required profile fields and need to be filled out.',