diff --git a/extensions/mentions/src/Listener/AddClientAssets.php b/extensions/mentions/src/Listener/AddClientAssets.php index 3274a7833..956b5e575 100755 --- a/extensions/mentions/src/Listener/AddClientAssets.php +++ b/extensions/mentions/src/Listener/AddClientAssets.php @@ -34,7 +34,6 @@ class AddClientAssets __DIR__.'/../../less/forum/extension.less' ]); $event->addBootstrapper('flarum/mentions/main'); - $event->addTranslations('flarum-mentions.forum'); } } }