29 lines
433 B
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.',
|
|
],
|
|
|
|
],
|
|
|
|
];
|