FIX: both icon and image fields used the same string.
Added new string for image field and edited the current string for the icon field.
This commit is contained in:
parent
1ac1ee4287
commit
3ef3b5b67a
|
@ -3823,7 +3823,8 @@ en:
|
||||||
enabled: Enable badge
|
enabled: Enable badge
|
||||||
icon: Icon
|
icon: Icon
|
||||||
image: Image
|
image: Image
|
||||||
icon_help: "Use either a Font Awesome class or URL to an image"
|
icon_help: "Use a Font Awesome class"
|
||||||
|
image_help: "Enter the URL of the image"
|
||||||
query: Badge Query (SQL)
|
query: Badge Query (SQL)
|
||||||
target_posts: Query targets posts
|
target_posts: Query targets posts
|
||||||
auto_revoke: Run revocation query daily
|
auto_revoke: Run revocation query daily
|
||||||
|
|
Loading…
Reference in New Issue