From 301a3ac090ac4a3715b167cb0f5a7f9df289259e Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Tue, 16 Jun 2015 14:53:54 +1000 Subject: [PATCH] Rename Blog link to News for consistency with global site --- app/models/content_configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/content_configuration.rb b/app/models/content_configuration.rb index 117e2b5e61..6e36b67812 100644 --- a/app/models/content_configuration.rb +++ b/app/models/content_configuration.rb @@ -12,7 +12,7 @@ class ContentConfiguration < Spree::Preferences::Configuration preference :footer_links_md, :text, default: <<-EOS [Newsletter sign-up](/) -[Blog](/) +[News](/) [Calendar](/) EOS