From 3ef3b5b67a692e24c6a0d4b6f8b3bd4dbc2f826c Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Tue, 22 May 2018 16:02:50 +0800 Subject: [PATCH] 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. --- config/locales/client.en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 76ba48799a5..72b629bb83d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -3823,7 +3823,8 @@ en: enabled: Enable badge icon: Icon 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) target_posts: Query targets posts auto_revoke: Run revocation query daily