Improve yearly recurring date text
This commit is contained in:
parent
1e57eb5fae
commit
5697e313df
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@
|
||||||
<p>
|
<p>
|
||||||
<span>{% trans "Recurring" %}: </span>
|
<span>{% trans "Recurring" %}: </span>
|
||||||
{% if invoice.order.generic_product.product_subscription_interval == 'year' %}
|
{% if invoice.order.generic_product.product_subscription_interval == 'year' %}
|
||||||
<strong class="pull-right">{{invoice.order.created_at|date:'d'|ordinal}} {{invoice.order.created_at|date:'F'}}
|
<strong class="pull-right">{{invoice.order.created_at|date:'d'|ordinal}} {% trans "of" %}{{invoice.order.created_at|date:'F'}}
|
||||||
{% trans "of every year" %}</strong>
|
{% trans "each year" %}</strong>
|
||||||
{% else %}
|
{% else %}
|
||||||
<strong class="pull-right">{{invoice.order.created_at|date:'d'|ordinal}}
|
<strong class="pull-right">{{invoice.order.created_at|date:'d'|ordinal}}
|
||||||
{% trans "of every month" %}</strong>
|
{% trans "of every month" %}</strong>
|
||||||
|
|
Loading…
Reference in a new issue