Files
opensem/resources/lang/vendor/boilerplate/en/daterangepicker.php
Ludovic CANDELLIER 64abc46d99 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

10 lines
165 B
PHP

<?php
return [
'applyLabel' => 'Apply',
'cancelLabel' => 'Cancel',
'fromLabel' => 'From',
'toLabel' => 'To',
'customRangeLabel' => 'Custom',
];