diff --git a/src/metabase/analytics/stats.clj b/src/metabase/analytics/stats.clj index 93ceb3b147e01..b14fd4b2f513e 100644 --- a/src/metabase/analytics/stats.clj +++ b/src/metabase/analytics/stats.clj @@ -145,10 +145,10 @@ :appearance_site_name (not= (public-settings/site-name) "Metabase") :appearance_help_link (public-settings/help-link) :appearance_logo (not= (public-settings/application-logo-url) "app/assets/img/logo.svg") - :appareance_favicon (not= (public-settings/application-favicon-url) "app/assets/img/favicon.ico") - :apperance_loading_message (not= (public-settings/loading-message) :doing-science) + :appearance_favicon (not= (public-settings/application-favicon-url) "app/assets/img/favicon.ico") + :appearance_loading_message (not= (public-settings/loading-message) :doing-science) :appearance_metabot_greeting (not (public-settings/show-metabot)) - :apparerance_lighthouse_illustration (not (public-settings/show-lighthouse-illustration)) + :appearance_lighthouse_illustration (not (public-settings/show-lighthouse-illustration)) :appearance_ui_colors (appearance-ui-colors-changed?) :appearance_chart_colors (appearance-chart-colors-changed?) :appearance_show_mb_links (not (public-settings/show-metabase-links))}) diff --git a/test/metabase/analytics/stats_test.clj b/test/metabase/analytics/stats_test.clj index 74daba4dee782..157c61be1b11a 100644 --- a/test/metabase/analytics/stats_test.clj +++ b/test/metabase/analytics/stats_test.clj @@ -91,10 +91,10 @@ :appearance_site_name false :appearance_help_link :metabase :appearance_logo false - :appareance_favicon false - :apperance_loading_message false + :appearance_favicon false + :appearance_loading_message false :appearance_metabot_greeting false - :apparerance_lighthouse_illustration false + :appearance_lighthouse_illustration false :appearance_ui_colors false :appearance_chart_colors false :appearance_show_mb_links false} @@ -135,10 +135,10 @@ :appearance_site_name true :appearance_help_link :hidden :appearance_logo true - :appareance_favicon true - :apperance_loading_message true + :appearance_favicon true + :appearance_loading_message true :appearance_metabot_greeting true - :apparerance_lighthouse_illustration true + :appearance_lighthouse_illustration true :appearance_ui_colors true :appearance_chart_colors false :appearance_show_mb_links true}