From 88d5003772a91b0da0decb330524cb3e3ca04f2f Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 21 Mar 2024 22:43:18 +0000 Subject: [PATCH] Merge branch 3.x of https://github.com/filamentphp/filament into 3.x --- resources/lang/sv/pages/dashboard.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/resources/lang/sv/pages/dashboard.php b/resources/lang/sv/pages/dashboard.php index 7d0cd2d83..679ee5104 100644 --- a/resources/lang/sv/pages/dashboard.php +++ b/resources/lang/sv/pages/dashboard.php @@ -4,4 +4,30 @@ 'title' => 'Dashboard', + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Använd', + + ], + + ], + + ], + + ], + + ], + ];