From 4643ef6ae38ff0d42c97206175c76cc36491fc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C4=8Cern=C3=BD?= Date: Mon, 16 Oct 2023 21:32:23 +0200 Subject: [PATCH] Update translations.php --- src/Lang/en/translations.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Lang/en/translations.php b/src/Lang/en/translations.php index 9e4c7b8..347ab13 100644 --- a/src/Lang/en/translations.php +++ b/src/Lang/en/translations.php @@ -1,11 +1,13 @@ 'Reset', - 'choose' => 'Choose', - 'options' => [ - 'yes' => 'Yes', - 'no' => 'No', + 'filter' => [ + 'reset' => 'Reset', + 'choose' => 'Choose', + 'options' => [ + 'yes' => 'Yes', + 'no' => 'No', + ], ], 'actions' => 'Actions', ];