From 26bd1000de7e694eba059f2998c3b07ca14f5b3b Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 5 Sep 2014 15:28:50 +1000 Subject: [PATCH] Changing placeholder for search input --- app/views/home/_hubs.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/_hubs.html.haml b/app/views/home/_hubs.html.haml index 099e19a099..88c2909614 100644 --- a/app/views/home/_hubs.html.haml +++ b/app/views/home/_hubs.html.haml @@ -14,7 +14,7 @@ / %i.ofn-i_020-search %input{type: :text, "ng-model" => "query", - placeholder: "Search by Shop or Suburb name", + placeholder: "Search by Shop, Suburb or Postcode...", "ng-debounce" => "150", "ofn-disable-enter" => true}