Skip to content
Snippets Groups Projects
Commit ee51088d authored by Eleni Mandilara's avatar Eleni Mandilara
Browse files

Improve text in label for search form

parent b2c66e10
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ app.controller('SearchController', function ($scope, $state, $stateParams, $http ...@@ -43,7 +43,7 @@ app.controller('SearchController', function ($scope, $state, $stateParams, $http
$scope.searchEquipmentModalHeader = "Display equipment"; $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 = { $scope.searchLabel = {
byId : "Enter ID: ", byId : "Enter ID: ",
byName: "Enter name: ", byName: "Enter name: ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment