diff --git a/app/views/checkout/_shipping.html.haml b/app/views/checkout/_shipping.html.haml
index a1c6e5ba9c..e769376107 100644
--- a/app/views/checkout/_shipping.html.haml
+++ b/app/views/checkout/_shipping.html.haml
@@ -46,7 +46,7 @@
.row
.small-12.columns
- = f.text_area :special_instructions, label: "Any notes or custom delivery instructions?", size: "60x4", "ng-model" => "order.special_instructions"
+ = f.text_area :special_instructions, label: "Any comments or special instructions?", size: "60x4", "ng-model" => "order.special_instructions"
.row
.small-12.columns.text-right
diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/features/consumer/shopping/checkout_spec.rb
index d46f0ae2f1..ac7fac09c5 100644
--- a/spec/features/consumer/shopping/checkout_spec.rb
+++ b/spec/features/consumer/shopping/checkout_spec.rb
@@ -112,7 +112,7 @@ feature "As a consumer I want to check out my cart", js: true do
toggle_shipping
within "#shipping" do
choose sm2.name
- fill_in 'Any notes or custom delivery instructions?', with: "SpEcIaL NoTeS"
+ fill_in 'Any comments or special instructions?', with: "SpEcIaL NoTeS"
end
toggle_payment
within "#payment" do