diff --git a/statsdata.php b/statsdata.php index c7741b6..7684623 100644 --- a/statsdata.php +++ b/statsdata.php @@ -232,12 +232,12 @@ public function renderForm() [ 'id' => 'active_on', 'value' => 1, - 'label' => $this->trans('Enabled', [], 'Admin.Global'), + 'label' => $this->trans('Yes', [], 'Admin.Global'), ], [ 'id' => 'active_off', 'value' => 0, - 'label' => $this->trans('Disabled', [], 'Admin.Global'), + 'label' => $this->trans('No', [], 'Admin.Global'), ], ], ],