Files
data-collection-terminal/vendor/filament/notifications/resources/lang/en/database.php

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.',
],
],
];