diff --git a/app/models/theme.rb b/app/models/theme.rb index fe4375c4bd..3b0be21fef 100644 --- a/app/models/theme.rb +++ b/app/models/theme.rb @@ -455,7 +455,7 @@ class Theme < ActiveRecord::Base end end - meta[:_learn_more] = "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966" + meta[:learn_more] = "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966" end end diff --git a/spec/components/theme_store/tgz_exporter_spec.rb b/spec/components/theme_store/tgz_exporter_spec.rb index eb3104e3c3..fb9f32d44f 100644 --- a/spec/components/theme_store/tgz_exporter_spec.rb +++ b/spec/components/theme_store/tgz_exporter_spec.rb @@ -89,7 +89,7 @@ describe ThemeStore::TgzExporter do "tertiary": "858585" } }, - "_learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966" + "learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966" ) expect(File.read("common/body_tag.html")).to eq("testtheme1")