From e82e85b5eac3523c606789dc2a9ba71dd9f6f90b Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 2 Sep 2019 00:14:33 +0900 Subject: [PATCH] Fix: replycount --- app/view/make/setting.sample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/view/make/setting.sample.js b/app/view/make/setting.sample.js index 244fd2c8..95f691f9 100644 --- a/app/view/make/setting.sample.js +++ b/app/view/make/setting.sample.js @@ -176,7 +176,7 @@ var tlConstruction = [ text: "@@replyct_hidden@@", value: "hidden" }, { - text: "@@replyct_hidden@@", + text: "@@replyct_full@@", value: "all" } @@ -549,4 +549,4 @@ var postConstruction = [ checkbox: yesno } } -] \ No newline at end of file +]