Change wording in tags.html
This commit is contained in:
parent
8f25d91b1e
commit
de73724066
@ -17,12 +17,12 @@
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
{% block tags_content -%}
|
{% block tags_content -%}
|
||||||
<p>{% trans %}Tagged with{% endtrans %}
|
<p>{% trans %}View more media tagged with{% endtrans %}
|
||||||
{% for tag in media.tags %}
|
{% for tag in media.tags %}
|
||||||
{% if loop.last %}
|
{% if loop.last %}
|
||||||
{# the 'and' should only appear if there is more than one tag #}
|
{# the 'and' should only appear if there is more than one tag #}
|
||||||
{% if media.tags|length > 1 %}
|
{% if media.tags|length > 1 %}
|
||||||
{% trans %}and{% endtrans %}
|
{% trans %}or{% endtrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ request.urlgen(
|
<a href="{{ request.urlgen(
|
||||||
'mediagoblin.listings.tags_listing',
|
'mediagoblin.listings.tags_listing',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user