mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +03:00
Add translate to string "cannot load avatar"
This commit is contained in:
parent
8fe1498847
commit
cd3778ca0d
@ -28,7 +28,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="field-label">{{l10n "Current avatar image"}}</div>
|
<div class="field-label">{{l10n "Current avatar image"}}</div>
|
||||||
<div class="field-value">
|
<div class="field-value">
|
||||||
<img src="{{avatar}}" alt="cannot load avatar"/><br/>
|
<img src="{{avatar}}" alt="{{l10n "cannot load avatar"}}"/><br/>
|
||||||
{{#if canmodify}}
|
{{#if canmodify}}
|
||||||
<a class="field-input" href="{{csrfProtectedRoute "operator_avatar_delete" operator_id=opid}}">
|
<a class="field-input" href="{{csrfProtectedRoute "operator_avatar_delete" operator_id=opid}}">
|
||||||
{{l10n "Remove avatar"}}
|
{{l10n "Remove avatar"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user