FIX: make the image field use its own help string

This commit is contained in:
Joe 2018-05-22 16:06:25 +08:00 committed by GitHub
parent 3ef3b5b67a
commit 48c4f192e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>