Add translate to string "cannot load avatar"

This commit is contained in:
Candido 2016-03-07 11:27:35 -03:00
parent 8fe1498847
commit cd3778ca0d

View File

@ -28,7 +28,7 @@
<div class="field">
<div class="field-label">{{l10n "Current avatar image"}}</div>
<div class="field-value">
<img src="{{avatar}}" alt="cannot load avatar"/><br/>
<img src="{{avatar}}" alt="{{l10n "cannot load avatar"}}"/><br/>
{{#if canmodify}}
<a class="field-input" href="{{csrfProtectedRoute "operator_avatar_delete" operator_id=opid}}">
{{l10n "Remove avatar"}}
@ -80,4 +80,4 @@
</div>
</form>
{{/override}}
{{/extends}}
{{/extends}}