== Summary
The check for whether #mediawiki-extensions-liquidthreads is loaded [[ https://gerrit.wikimedia.org/g/mediawiki/extensions/WikimediaMessages/+/442e040aee0e137b9d7f7b1c9fb030a3f1594661/includes/Hooks.php#1781 | in WikimediaMessages ]] is using the wrong name for the extension. This is causing millions of `translation-problem` errors
== Background
- #wikimediamessages is checking if #mediawiki-extensions-liquidthreads is installed, and if not it is defining the `liquidthreads` log type
-- However, this check is using the wrong name for the extension. The name is the one defined in the `name` key of `extension.json`. Therefore, it should be `Liquid Threads` not `LiquidThreads`
- This bug [[ https://logstash.wikimedia.org/goto/e56f1815de4d11f85001bf359a630147 | is causing millions ]] of `translation-problem` logs to be created, because the log type is defined twice
== Acceptance criteria
* [ ] The `translation-problem` logs are no longer created