Make URL generator preview image alt translateable

This commit is contained in:
Thibaud Colas 2019-05-20 14:36:08 +01:00
parent 5fef1da5eb
commit bdf5185887

View file

@ -27,7 +27,7 @@
<h2 class="icon icon-view">{% trans "Preview" %}</h2>
<div>
<div class="loading-mask inline-block">
<img class="preview" src="" alt="Preview" />
<img class="preview" src="" alt="{% trans 'Preview' %}" />
</div>
</div>
<p id="note-size" class="help-block help-warning">{% trans "Note that images generated larger than the screen will appear smaller when previewed here, so they fit the screen." %}</p>