Skip to content
Snippets Groups Projects
Commit c87afc9c authored by Julian's avatar Julian
Browse files

Translate "no feed image"

parent d97c86c3
No related branches found
No related tags found
1 merge request!12Resolve "Correctly translate RSS widget"
......@@ -18,7 +18,7 @@
{% if img.type == "image/jpg" and img.href %}
<img src="{{ img.href }}" alt="{{ title }} – {% trans "title image" %}"/>
{% else %}
<img src="{% static "dashboardfeeds/image_not_found.png" %}" alt="{{ title }} – no feed image"/>
<img src="{% static "dashboardfeeds/image_not_found.png" %}" alt="{{ title }} – {% trans "no feed image" %}"/>
{% endif %}
{% endwith %}
</div>
......
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