Explorar o código

fix: correct numbersFormat feature category

Sv443 hai 7 meses
pai
achega
63490034ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/features/index.ts

+ 1 - 1
src/features/index.ts

@@ -721,7 +721,7 @@ export const featInfo = {
   },
   numbersFormat: {
     type: "select",
-    category: "layout",
+    category: "general",
     options: () => [
       { value: "long", label: `${formatNumber(12_345_678, "long")} (${t("votes_format_long")})` },
       { value: "short", label: `${formatNumber(12_345_678, "short")} (${t("votes_format_short")})` },