Files
tbbank-new/lang/vendor/filament-actions/en/view.php
2025-10-22 20:08:22 +05:00

26 lines
283 B
PHP

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