Files
biiproject-kit-v1/lang/vendor/filament-panels/de/pages/dashboard.php
T

33 lines
388 B
PHP

<?php
return [
'title' => 'Dashboard',
'actions' => [
'filter' => [
'label' => 'Filter',
'modal' => [
'heading' => 'Filter',
'actions' => [
'apply' => [
'label' => 'Übernehmen',
],
],
],
],
],
];