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

29 lines
433 B
PHP

<?php
return [
'modal' => [
'heading' => 'Notifications',
'actions' => [
'clear' => [
'label' => 'Clear',
],
'mark_all_as_read' => [
'label' => 'Mark all as read',
],
],
'empty' => [
'heading' => 'No notifications',
'description' => 'Please check again later.',
],
],
];