mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
FIX: make the image field use its own help string
This commit is contained in:
parent
3ef3b5b67a
commit
48c4f192e9
|
@ -18,7 +18,7 @@
|
||||||
<div>
|
<div>
|
||||||
<label for="image">{{i18n 'admin.badges.image'}}</label>
|
<label for="image">{{i18n 'admin.badges.image'}}</label>
|
||||||
{{input type="text" name="image" value=buffered.image}}
|
{{input type="text" name="image" value=buffered.image}}
|
||||||
<p class='help'>{{i18n 'admin.badges.icon_help'}}</p>
|
<p class='help'>{{i18n 'admin.badges.image_help'}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user