zhangchangchun 5 years ago
parent
commit
38704faf8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/ConfigController.php

+ 1 - 1
app/Http/Controllers/ConfigController.php

@@ -79,7 +79,7 @@ class ConfigController extends Controller
                 'is_suggest'=>'推荐话题',
                 'is_hot'=>'热门话题',
                 'is_open'=>'开启',
-                'is_close'=>'开启',
+                'is_close'=>'关闭',
             ]
         ];
     }