diff --git a/includes/Hooks.php b/includes/Hooks.php index 4310a2e..cfd33b8 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -51,7 +51,7 @@ class Hooks { $language = MediaWikiServices::getInstance()->getContentLanguage(); $preferences['isekai-userpoints-' . $pointType] = [ - 'type' => 'text', + 'type' => 'info', 'label-raw' => $icon . ' ' . $name, 'default' => $language->formatNum($userPoints->points), 'section' => 'personal/info',