diff --git a/extensions/lang-english/locale/core.yml b/extensions/lang-english/locale/core.yml index 6171d7ecf..4926bdbc0 100644 --- a/extensions/lang-english/locale/core.yml +++ b/extensions/lang-english/locale/core.yml @@ -73,8 +73,8 @@ core: color_label: => core.ref.color delete_button: Delete Group delete_confirmation: "Are you sure you want to delete this group? The group members will NOT be deleted." - icon_label: Icon - icon_text: "Enter the name of any FontAwesome icon class, including the fas fa- prefix." + icon_label: => core.ref.icon + icon_text: => core.ref.icon_text name_label: Name plural_placeholder: Plural (e.g. Mods) singular_placeholder: Singular (e.g. Mod) @@ -553,6 +553,8 @@ core: discussions: Discussions # Referenced by flarum-statistics.yml edit: Edit email: Email + icon: Icon + icon_text: "Enter the name of any FontAwesome icon class, including the fas fa- prefix." load_more: Load More log_in: Log In log_out: Log Out diff --git a/extensions/lang-english/locale/flarum-tags.yml b/extensions/lang-english/locale/flarum-tags.yml index 94993b293..bef683fbe 100644 --- a/extensions/lang-english/locale/flarum-tags.yml +++ b/extensions/lang-english/locale/flarum-tags.yml @@ -14,6 +14,8 @@ flarum-tags: # These translations are used in the Edit Tag modal dialog. edit_tag: color_label: => core.ref.color + icon_label: => core.ref.icon + icon_text: => core.ref.icon_text delete_tag_button: Delete Tag delete_tag_confirmation: "Are you sure you want to delete this tag? The tag's discussions will NOT be deleted." description_label: Description