Rename host firmware to bios firmware
Problem:
- Host firmware naming was inconsistent with actual functionality
Changes:
- Rename hostFirmware to biosFirmware in store
- Update component names and references
- Modify i18n translation keys
Tested:
- Verified store mutations/actions
- Confirmed component rendering
- Checked i18n translations
- npx eslint without error related to 'host'
Change-Id: Ib97e4682f649d4a52f65e69df50422d84f23e916
Signed-off-by: Shane Lin <hslin@nvidia.com>
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 70bd281..e64287d 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -332,7 +332,7 @@
"cardTitleRunning": "Running image",
"sectionTitleBmcCards": "BMC",
"sectionTitleBmcCardsCombined": "BMC and server",
- "sectionTitleHostCards": "Host",
+ "sectionTitleBiosCards": "BIOS",
"sectionTitleUpdateFirmware": "Update firmware",
"alert": {
"operationInProgress": "Server power operation in progress.",
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json
index 4594043..a1233b6 100644
--- a/src/locales/ru-RU.json
+++ b/src/locales/ru-RU.json
@@ -331,7 +331,7 @@
"cardTitleRunning": "Рабочий образ",
"sectionTitleBmcCards": "BMC",
"sectionTitleBmcCardsCombined": "BMC и сервер",
- "sectionTitleHostCards": "Хост",
+ "sectionTitleBiosCards": "BIOS",
"sectionTitleUpdateFirmware": "Обновить встроенное ПО",
"alert": {
"operationInProgress": "Выполняется операция управления питанием сервера.",