mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Rename field export start and end date.
This commit is contained in:
parent
35863c8d3a
commit
ce0ca23d79
@ -47,9 +47,9 @@
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-8 col-sm-12 col-xs-12">
|
||||
{{ ExpandedForm.date('start_date', first) }}
|
||||
{{ ExpandedForm.date('export_start_range', first) }}
|
||||
|
||||
{{ ExpandedForm.date('end_date', today) }}
|
||||
{{ ExpandedForm.date('export_end_range', today) }}
|
||||
|
||||
<!-- EXPORT FORMATS -->
|
||||
<div class="form-group">
|
||||
|
Loading…
Reference in New Issue
Block a user