Text style fixes

Numerous minor style corrections (ex. lower vs upper case)

Change-Id: I0c77f590847d4978ac3ffbad82fc2acd481b70f9
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/controllers/inventory-overview-controller.html b/app/server-health/controllers/inventory-overview-controller.html
index 977be6b..aae71b4 100644
--- a/app/server-health/controllers/inventory-overview-controller.html
+++ b/app/server-health/controllers/inventory-overview-controller.html
@@ -1,6 +1,6 @@
 <div id="inventory-overview">
     <div class="row column">
-        <h1>Hardware Inventory</h1>
+        <h1>Hardware inventory</h1>
     </div>
     <section class="row column">
         <div class="page-header">
diff --git a/app/server-health/controllers/log-controller.html b/app/server-health/controllers/log-controller.html
index dfa73b4..6646845 100644
--- a/app/server-health/controllers/log-controller.html
+++ b/app/server-health/controllers/log-controller.html
@@ -1,6 +1,6 @@
 <div id="event-log">
     <div class="row column">
-        <h1>Event Log</h1>
+        <h1>Event log</h1>
     </div>
     <section class="row column">
         <div class="page-header">
diff --git a/app/server-health/controllers/sensors-overview-controller.html b/app/server-health/controllers/sensors-overview-controller.html
index ad936e7..fda154a 100644
--- a/app/server-health/controllers/sensors-overview-controller.html
+++ b/app/server-health/controllers/sensors-overview-controller.html
@@ -1,6 +1,6 @@
 <div id="sensors-overview">
     <div class="row column">
-        <h1>Sensors Data</h1>
+        <h1>Sensors data</h1>
     </div>
     <section class="row column">
         <div class="page-header">
diff --git a/app/server-health/controllers/unit-id-controller.html b/app/server-health/controllers/unit-id-controller.html
index 53bd242..a3e4c75 100644
--- a/app/server-health/controllers/unit-id-controller.html
+++ b/app/server-health/controllers/unit-id-controller.html
@@ -1,10 +1,10 @@
 <div id="uid-switch">
     <div class="row column">
-        <h1>Unit ID Indicator</h1>
+        <h1>Server indicator</h1>
     </div>
 
     <div class="row column">
-        <h2 class="h4">Unit ID control</h2>
+        <h2 class="h4">Server indicator control</h2>
     </div>
 
     <div class="row column" ng-class="{disabled: dataService.server_unreachable || dataService.loading}">
@@ -18,11 +18,11 @@
                        ng-checked="dataService.LED_state == 'on'"
                        ng-disabled="dataService.server_unreachable"
                        >
-                <label for="toggle__switch-round" tabindex="0">Unit ID indicator is <span class="uid-switch__status">{{dataService.LED_state}}</span></label>
+                <label for="toggle__switch-round" tabindex="0">Server indicator is <span class="uid-switch__status">{{dataService.LED_state}}</span></label>
             </div>
             <div class="uid-switch__label inline">
-                <p>Unit ID indicator is <span class="uid-switch__status">{{dataService.LED_state}}</span></p>
-                <p>Control unit indicator to identify server unit.</p>
+                <p>Server indicator is <span class="uid-switch__status">{{dataService.LED_state}}</span></p>
+                <p>Control unit indicator to identify server unit</p>
             </div>
         </div>
     </div>