소스 검색

Use more succinct menu option

sbkwgh 8 년 전
부모
커밋
5450196e3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }