From 0f66536fddfc0cdc60ba5253a66ac7f2825d9edd Mon Sep 17 00:00:00 2001
From: Alexander Polyankin <alexander.polyankin@metabase.com>
Date: Fri, 8 Jul 2022 13:05:00 +0300
Subject: [PATCH] Change the description of the font files setting (#23783)

---
 src/metabase/public_settings.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/metabase/public_settings.clj b/src/metabase/public_settings.clj
index 0d0c7471774..07060ca0eda 100644
--- a/src/metabase/public_settings.clj
+++ b/src/metabase/public_settings.clj
@@ -342,7 +342,7 @@
               (setting/set-value-of-type! :string :application-font new-value)))
 
 (defsetting application-font-files
-  (deferred-tru "Tell us where to find the font file for each required style.")
+  (deferred-tru "Tell us where to find the file for each font weight. You don’t need to include all of them, but it’ll look better if you do.")
   :visibility :public
   :type       :json
   :enabled?   premium-features/enable-whitelabeling?)
-- 
GitLab