From 2cdab7af25da6d6f6816096009cc46549d2bf244 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 5 Mar 2015 11:26:15 +1100 Subject: [PATCH] More label tweaks and logic tweaks to templates --- .../spree/order_mailer/confirm_email_for_customer.html.haml | 2 +- app/views/spree/order_mailer/confirm_email_for_shop.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/spree/order_mailer/confirm_email_for_customer.html.haml b/app/views/spree/order_mailer/confirm_email_for_customer.html.haml index ba5fabf74f..c769615b0b 100644 --- a/app/views/spree/order_mailer/confirm_email_for_customer.html.haml +++ b/app/views/spree/order_mailer/confirm_email_for_customer.html.haml @@ -149,7 +149,7 @@ %br %p %small - %strong Your notes / custom delivery instructions: + %strong Your notes: %br #{@order.special_instructions} diff --git a/app/views/spree/order_mailer/confirm_email_for_shop.html.haml b/app/views/spree/order_mailer/confirm_email_for_shop.html.haml index bddeaa6478..a99c448c6f 100644 --- a/app/views/spree/order_mailer/confirm_email_for_shop.html.haml +++ b/app/views/spree/order_mailer/confirm_email_for_shop.html.haml @@ -148,7 +148,7 @@ %br %p %small - %strong Customer notes / custom delivery instructions: + %strong Customer notes: %br #{@order.special_instructions}