mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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>
|
||||
<label for="image">{{i18n 'admin.badges.image'}}</label>
|
||||
{{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>
|
||||
|
Loading…
Reference in New Issue
Block a user