10 lines
165 B
PHP
10 lines
165 B
PHP
<?php
|
|
|
|
return [
|
|
'applyLabel' => 'Apply',
|
|
'cancelLabel' => 'Cancel',
|
|
'fromLabel' => 'From',
|
|
'toLabel' => 'To',
|
|
'customRangeLabel' => 'Custom',
|
|
];
|