From ee51088d37bdaf83f4f64dca64b402f92a35493f Mon Sep 17 00:00:00 2001
From: Eleni Mandilara <eleni.mandilara@cern.ch>
Date: Tue, 27 Feb 2018 17:31:39 +0100
Subject: [PATCH] Improve text in label for search form

---
 .../main/resources/static/js/controllers/SearchController.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/main/resources/static/js/controllers/SearchController.js b/web/src/main/resources/static/js/controllers/SearchController.js
index 68296b03..72118d3a 100644
--- a/web/src/main/resources/static/js/controllers/SearchController.js
+++ b/web/src/main/resources/static/js/controllers/SearchController.js
@@ -43,7 +43,7 @@ app.controller('SearchController', function ($scope, $state, $stateParams, $http
 
 
     $scope.searchEquipmentModalHeader = "Display equipment";
-    $scope.searchInstructions = "You can display an equipment by searching by its name or ID.";
+    $scope.searchInstructions = "You can display an equipment by entering its name or ID.";
     $scope.searchLabel = {
     	byId : "Enter ID: ",
     	byName: "Enter name: ",
-- 
GitLab