Rename export date range in other forms. Makes the rule group runner by @roberthorlings more consistent.

This commit is contained in:
James Cole
2016-02-23 19:59:41 +01:00
parent ce0ca23d79
commit bd9f1d5398
3 changed files with 8 additions and 6 deletions

View File

@@ -71,8 +71,10 @@ return [
'size' => 'Size',
'trigger' => 'Trigger',
'stop_processing' => 'Stop processing',
'start_date' => 'Start of export range',
'end_date' => 'End of export range',
'start_date' => 'Start of range',
'end_date' => 'End of range',
'export_start_range' => 'Start of export range',
'export_end_range' => 'End of export range',
'export_format' => 'File format',
'include_attachments' => 'Include uploaded attachments',
'include_config' => 'Include configuration file',