Kaynağa Gözat

Use more succinct menu option

sbkwgh 8 yıl önce
ebeveyn
işleme
5450196e3b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 }