Sfoglia il codice sorgente

Use more succinct menu option

sbkwgh 8 anni fa
parent
commit
5450196e3b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/store/modules/moderation.js

+ 1 - 1
src/store/modules/moderation.js

@@ -7,7 +7,7 @@ const state = {
 		{ name: "Block user's known ip addresses", value: "ip" },
 		{ name: "Ban from creating new threads", value: "thread"},
 		{ name: "Ban from replying to threads", value: "post"},
-		{ name: "Ban from creating threads and posting", value: "both"}
+		{ name: "Ban from both", value: "both"}
 	],
 	selectedOption: 0
 }