summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichalX Szopinski <michalx.szopinski@intel.com>2021-10-11 17:31:49 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2021-10-19 20:14:08 +0300
commit6225f6492f49313f2cc507f41675d322b739e062 (patch)
treee835e69df4798cb09cdc34a16b766a4eb20e3f7d
parent9f6592f79cd5a727a7b91467c3346e3edc09452a (diff)
downloadwebui-vue-6225f6492f49313f2cc507f41675d322b739e062.tar.xz
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
-rw-r--r--src/env/router/intel.js2
-rw-r--r--src/locales/en-US.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/env/router/intel.js b/src/env/router/intel.js
index 9f698056..6f7781e4 100644
--- a/src/env/router/intel.js
+++ b/src/env/router/intel.js
@@ -111,7 +111,7 @@ const routes = [
name: 'inventory',
component: Inventory,
meta: {
- title: i18n.t('appPageTitle.Inventory'),
+ title: i18n.t('appPageTitle.inventory'),
},
},
{
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index d50d44a7..5c457d68 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -378,7 +378,7 @@
"systemIndicator": {
"powerStatus": "Power status",
"identifyLed": "System identify LED",
- "sectionTitle": "System attention indicators"
+ "sectionTitle": "LED light control"
},
"table": {
"assetTag": "Asset tag",