mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 14:44:26 +00:00
Rename field export start and end date.
This commit is contained in:
@@ -47,9 +47,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 col-md-8 col-sm-12 col-xs-12">
|
<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 -->
|
<!-- EXPORT FORMATS -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
Reference in New Issue
Block a user