Browse Source

new settings section

andre 5 months ago
parent
commit
1a42773b90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Pages/Settings.php

+ 1 - 1
app/UI/Client/Setting/Pages/Settings.php

@@ -30,7 +30,7 @@ class Settings extends DataTable implements ClientArea
      * labels for statuses
      */
     const STATUS_LABEL = [
-        'active'        => 'yes',
+        'active'        => 'success',
         'inactive'      => 'default',
         'default'       => 'default'
     ];