From a21c2c20f75f20d1eb21ea501062c85f1c5ac728 Mon Sep 17 00:00:00 2001 From: Rob H Date: Mon, 23 Jun 2014 11:26:46 +1000 Subject: [PATCH] Change 'Spree' in admin page title to 'OFN' --- .../admin/shared/_head/replace_spree_title.html.haml.deface | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/overrides/spree/admin/shared/_head/replace_spree_title.html.haml.deface diff --git a/app/overrides/spree/admin/shared/_head/replace_spree_title.html.haml.deface b/app/overrides/spree/admin/shared/_head/replace_spree_title.html.haml.deface new file mode 100644 index 0000000000..757bfa797f --- /dev/null +++ b/app/overrides/spree/admin/shared/_head/replace_spree_title.html.haml.deface @@ -0,0 +1,4 @@ +/ replace_contents "title" + += "OFN #{t(:administration)}:" += t(controller.controller_name, :default => controller.controller_name.titleize) \ No newline at end of file