mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 11:13:15 +00:00
Make URL generator preview image alt translateable
This commit is contained in:
parent
5fef1da5eb
commit
bdf5185887
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue