diff --git a/src/metabase/public_settings.clj b/src/metabase/public_settings.clj
index 0d0c74717742c85e0f83da345fd455840e919ba9..07060ca0edaf97f40fb001920a3feecba7f58606 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?)