Rename mChat to Shoutbox at multiple places

This commit is contained in:
2021-07-01 16:37:49 +02:00
parent e1cf85da23
commit 9839b5adde
3 changed files with 6 additions and 6 deletions

View File

@@ -35,5 +35,5 @@ if (empty($lang) || !is_array($lang))
// » “ ” …
$lang = array_merge($lang, [
'UCP_MCHAT_CONFIG' => 'mChat',
'UCP_MCHAT_CONFIG' => 'Shoutbox',
]);