photogeodata/lang/vendor/filament-actions/en/view.php
2026-05-12 20:43:17 +02:00

25 lines
283 B
PHP

<?php
return [
'single' => [
'label' => 'View',
'modal' => [
'heading' => 'View :label',
'actions' => [
'close' => [
'label' => 'Close',
],
],
],
],
];