Skip to content

Commit 69bf9f6

Browse files
author
Fabian Wunsch
committed
Fixed typos
1 parent d3450fe commit 69bf9f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/parts/edit/_main.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{ form_row(form.tags) }}
1212
{{ form_row(form.minAmount) }}
1313
{{ form_row(form.orderAmount) }}
14-
{{ form_row(form.orderDate) }}
14+
{{ form_row(form.orderDelivery) }}
1515

1616
{{ form_row(form.footprint) }}
1717

templates/parts/info/_main_infos.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
{% if part.orderAmount > 0 %}
5959
(+
6060
<span title="{% trans %}orderstock.label{% endtrans %}">{{ part.orderAmount | format_amount(part.partUnit) }}</span>
61-
{% if part.orderDate %}
61+
{% if part.orderDelivery %}
6262
@
63-
<span class="badge bg-info mb-1" title="{% trans %}part.filter.orderDate{% endtrans %}">
64-
<i class="fas fa-calendar-alt fa-fw"></i> {{ part.orderDate | format_date() }}<br>
63+
<span class="badge bg-info mb-1" title="{% trans %}part.filter.orderDelivery{% endtrans %}">
64+
<i class="fas fa-calendar-alt fa-fw"></i> {{ part.orderDelivery | format_date() }}<br>
6565
</span>
6666
{% endif %}
6767
)

0 commit comments

Comments
 (0)