summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2021-05-04 01:47:40 +0300
committerDerick Montague <derick.montague@ibm.com>2021-05-06 01:52:00 +0300
commitbfce3de622f40deea3d1879f9a3d0e999a6fe26b (patch)
tree0043b07bd929648e6307b359393ffa9672ab58e9 /src/locales/en-US.json
parent5ed21f2d1e8b82be699a623bfdef550dfd598dbb (diff)
downloadwebui-vue-bfce3de622f40deea3d1879f9a3d0e999a6fe26b.tar.xz
Replace the use of the term host with server
This patchset will replace the term host with the term server on the factory reset page. The terms host and server have been used interchangeably throughout the application. The purpose is to standardize the terminology used in the web interface. It was also discussed on Discord with agreement that server and host are interchangeable and replacing host with server was an acceptable solution. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I14a031d190914f43a9f94c555c57950884abb491
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 4536f6ce..41957c04 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -269,22 +269,22 @@
"description": "These functions do not perform a secure delete of any sensitive data.",
"form": {
"resetOptionsLabel": "Reset options",
- "resetBiosOptionLabel": "Reset host settings only",
+ "resetBiosOptionLabel": "Reset server settings only",
"resetBiosOptionHelperText": "Resets firmware settings including: Platform keystore, partition NVRAM, and partition configurations.",
- "resetToDefaultsOptionLabel": "Reset BMC and host settings",
- "resetToDefaultsOptionHelperText": "In addition to host settings, this option resets BMC settings, including: all BMC account data, all changed passwords, all policies, LDAP configurations, network addresses, and time of day."
+ "resetToDefaultsOptionLabel": "Reset BMC and server settings",
+ "resetToDefaultsOptionHelperText": "In addition to server settings, this option resets BMC settings, including: all BMC account data, all changed passwords, all policies, LDAP configurations, network addresses, and time of day."
},
"modal": {
- "resetBiosTitle": "Reset host settings",
- "resetBiosHeader": "Do you want to reset the host settings?",
- "resetBiosSubmitText": "Reset host settings",
+ "resetBiosTitle": "Reset server settings",
+ "resetBiosHeader": "Do you want to reset the server settings?",
+ "resetBiosSubmitText": "Reset server settings",
"resetBiosSettingsList": {
"item1": "All manual settings will be deleted.",
"item2": "Partition configurations and the platform keystore may be recovered if backups exist."
},
- "resetToDefaultsTitle": "Reset BMC and host settings",
- "resetToDefaultsHeader": "Do you want to reset both the BMC and host settings?",
- "resetToDefaultsSubmitText": "Reset BMC and host settings",
+ "resetToDefaultsTitle": "Reset BMC and server settings",
+ "resetToDefaultsHeader": "Do you want to reset both the BMC and server settings?",
+ "resetToDefaultsSubmitText": "Reset BMC and server settings",
"resetToDefaultsSettingsList": {
"item1": "All manual settings will be deleted.",
"item2": "Partition configurations and the platform keystore may be recovered if backups exist.",
@@ -296,10 +296,10 @@
"resetWarningCheckLabel": "Continue without shutting down the system"
},
"toast": {
- "resetBiosSuccess": "Factory reset of host settings successful.",
- "resetBiosError": "Factory reset of host settings failed.",
- "resetToDefaultsSuccess": "Factory reset of BMC and host settings successful.",
- "resetToDefaultsError": "Factory reset of BMC and host settings failed."
+ "resetBiosSuccess": "Factory reset of server settings successful.",
+ "resetBiosError": "Factory reset of server settings failed.",
+ "resetToDefaultsSuccess": "Factory reset of BMC and server settings successful.",
+ "resetToDefaultsError": "Factory reset of BMC and server settings failed."
}
},
"pageFirmware": {