Skip to content
Snippets Groups Projects
Verified Commit ce2b6981 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Improve i18n for time interval

parent 42ad6ce2
No related branches found
No related tags found
1 merge request!184Improve announcement queries
Pipeline #1077 failed
......@@ -11,7 +11,7 @@
{% endblocktrans %}
{% else %}
{% blocktrans with from=announcement.valid_from|naturalday until=announcement.valid_until|naturalday %}
Valid for {{ from }} {{ until }}
Valid from {{ from }} until {{ until }}
{% endblocktrans %}
{% endif %}
</em>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment