1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17129] Update regex and tests for changed input data to youtube cpf

PHPBB3-17129
This commit is contained in:
Marc Alexander
2023-06-20 10:32:48 +02:00
parent 437839ba72
commit acaec9f95f
4 changed files with 15 additions and 6 deletions

View File

@@ -149,5 +149,5 @@ $lang = array_merge($lang, array(
'VIEW_FACEBOOK_PROFILE' => 'View Facebook Profile',
'VIEW_SKYPE_PROFILE' => 'View Skype Profile',
'VIEW_TWITTER_PROFILE' => 'View Twitter Profile',
'VIEW_YOUTUBE_CHANNEL' => 'View YouTube Channel',
'VIEW_YOUTUBE_PROFILE' => 'View YouTube Profile',
));