diff --git a/app/views/home/_hubs.html.haml b/app/views/home/_hubs.html.haml
index 88c2909614..4f49f66b2c 100644
--- a/app/views/home/_hubs.html.haml
+++ b/app/views/home/_hubs.html.haml
@@ -2,7 +2,7 @@
#hubs.hubs{"ng-controller" => "HubsCtrl"}
.row
.small-12.columns
- %h1 Shop your local area...
+ %h1 Shop your local area
/ %div
/ Shop a
/ %ofn-modal{title: "food hub"}
diff --git a/app/views/producers/index.html.haml b/app/views/producers/index.html.haml
index 1a2c827068..84f1d76781 100644
--- a/app/views/producers/index.html.haml
+++ b/app/views/producers/index.html.haml
@@ -13,7 +13,7 @@
.small-12.columns
%input.animate-show{type: :text,
"ng-model" => "query",
- placeholder: "Search by Producer or Suburb name",
+ placeholder: "Search by Producer, Suburb or Postcode",
"ng-debounce" => "150",
"ofn-disable-enter" => true}