From 160973f515f01a733566f8a3e97bce1f41c4cbde Mon Sep 17 00:00:00 2001 From: alfonsolr09 <62474824+alfonsolr09@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:09:35 +0200 Subject: [PATCH] Last button should be updated like others --- statsdata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), ], ], ],