From 9c01485d98a7dbb54dcc139bb9bec704768b8961 Mon Sep 17 00:00:00 2001 From: moin-Jana <172497896+moin-Jana@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:11:36 +0200 Subject: [PATCH] DEV: Update the setting descriptions to Font Awesome 6 (#40) --- locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 00bf5ed..6ce438f 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -2,5 +2,5 @@ en: theme_metadata: settings: category_icon_list: 'Enter comma-delimited configuration for categories, in the format "slug,icon,color,match". Color can be in hex format (#123456) or left blank, then the default color for the category is used (same as the Badge color). If match is "partial" then the slug need only partially match the category-slug, otherwise an exact match is required' - svg_icons: "List of FontAwesome 5 icons used in this theme component" - category_lock_icon: "Enter the name of a FontAwesome 5 icon to display instead of the lock icon next to private categories." + svg_icons: "List of FontAwesome 6 icons used in this theme component" + category_lock_icon: "Enter the name of a FontAwesome 6 icon to display instead of the lock icon next to private categories."