diff --git a/resources/lang/sv/pages/dashboard.php b/resources/lang/sv/pages/dashboard.php index 7d0cd2d8..679ee510 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', + + ], + + ], + + ], + + ], + + ], + ];