Fix server led page title and LED indicator label

Correcting the page title to fix the header name.
Change "System attention Indicator" to "LED light control"

Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com>
Change-Id: I212ae368de647b3c716df28674ecba61cfc69db4
diff --git a/src/env/router/intel.js b/src/env/router/intel.js
index 9f69805..6f7781e 100644
--- a/src/env/router/intel.js
+++ b/src/env/router/intel.js
@@ -111,7 +111,7 @@
         name: 'inventory',
         component: Inventory,
         meta: {
-          title: i18n.t('appPageTitle.Inventory'),
+          title: i18n.t('appPageTitle.inventory'),
         },
       },
       {