1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

[ticket/15211] Fix Emoji characters in forum name

PHPBB3-15211
This commit is contained in:
3D-I
2019-06-11 05:41:12 +02:00
parent 7ca740bec8
commit aad8ffff51
2 changed files with 8 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ $lang = array_merge($lang, array(
'FORUM_LINK_TRACK_EXPLAIN' => 'Records the number of times a forum link was clicked.',
'FORUM_NAME' => 'Forum name',
'FORUM_NAME_EMPTY' => 'You must enter a name for this forum.',
'FORUM_NAME_EMOJI' => 'The forum name you entered is invalid.<br>The value contains the following unsupported characters:<br>%s',
'FORUM_PARENT' => 'Parent forum',
'FORUM_PASSWORD' => 'Forum password',
'FORUM_PASSWORD_CONFIRM' => 'Confirm forum password',