From 6225f6492f49313f2cc507f41675d322b739e062 Mon Sep 17 00:00:00 2001 From: MichalX Szopinski Date: Mon, 11 Oct 2021 16:31:49 +0200 Subject: 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 Change-Id: I212ae368de647b3c716df28674ecba61cfc69db4 --- src/env/router/intel.js | 2 +- src/locales/en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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", -- cgit v1.2.3