diff --git a/index.html b/index.html index 1ae0bd5..9807bda 100644 --- a/index.html +++ b/index.html @@ -7078,7 +7078,7 @@

Important Libraries

{::account "1-0-1" ::invite "1-0-1" ::csvupload "1-0-0" - ::dashboard "1-1-3" + ::dashboard "1-1-4" ::database "1-0-1" ::instance "1-1-2" ::metabot "1-0-1" @@ -75131,7 +75131,7 @@
`base`
(set! *warn-on-reflection* true)

These modules register settings but are otherwise unused. They still must be imported.

(comment premium-features/keep-me)
(defsetting application-name
-  (deferred-tru "This will replace the word \"Metabase\" wherever it appears.")
+  (deferred-tru "Replace the word “Metabase” wherever it appears.")
   :visibility :public
   :export?    true
   :type       :string
@@ -75431,7 +75431,7 @@ 
`base`
:doc false :audit :never)
(defsetting loading-message
-  (deferred-tru "Message to show while a query is running.")
+  (deferred-tru "Choose the message to show while a query is running.")
   :visibility :public
   :export?    true
   :feature    :whitelabel
@@ -75439,10 +75439,7 @@ 
`base`
:default :doing-science :audit :getter)
(defsetting application-colors
-  (deferred-tru
-    (str "These are the primary colors used in charts and throughout {0}. "
-         "You might need to refresh your browser to see your changes take effect.")
-    (application-name-for-setting-descriptions))
+  (deferred-tru "Choose the colors used in the user interface throughout Metabase and others specifically for the charts. You might need to refresh your browser to see your changes take effect.")
   :visibility :public
   :export?    true
   :type       :json
@@ -75450,7 +75447,7 @@ 
`base`
:default {} :audit :getter)
(defsetting application-font
-  (deferred-tru "This will replace “Lato” as the font family.")
+  (deferred-tru "Replace “Lato” as the font family.")
   :visibility :public
   :export?    true
   :type       :string
@@ -75476,7 +75473,7 @@ 
`base`
[] (or (:accent3 (application-colors)) "#EF8C8C"))
(defsetting application-logo-url
-  (deferred-tru "For best results, use an SVG file with a transparent background.")
+  (deferred-tru "Upload a file to replace the Metabase logo on the top bar.")
   :visibility :public
   :export?    true
   :type       :string
@@ -75484,7 +75481,7 @@ 
`base`
:feature :whitelabel :default "app/assets/img/logo.svg")
(defsetting application-favicon-url
-  (deferred-tru "The url or image that you want to use as the favicon.")
+  (deferred-tru "Upload a file to use as the favicon.")
   :visibility :public
   :export?    true
   :type       :string