Skip to content

Commit bfce3de

Browse files
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 <[email protected]> Change-Id: I14a031d190914f43a9f94c555c57950884abb491
1 parent 5ed21f2 commit bfce3de

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/locales/en-US.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -269,22 +269,22 @@
269269
"description": "These functions do not perform a secure delete of any sensitive data.",
270270
"form": {
271271
"resetOptionsLabel": "Reset options",
272-
"resetBiosOptionLabel": "Reset host settings only",
272+
"resetBiosOptionLabel": "Reset server settings only",
273273
"resetBiosOptionHelperText": "Resets firmware settings including: Platform keystore, partition NVRAM, and partition configurations.",
274-
"resetToDefaultsOptionLabel": "Reset BMC and host settings",
275-
"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."
274+
"resetToDefaultsOptionLabel": "Reset BMC and server settings",
275+
"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."
276276
},
277277
"modal": {
278-
"resetBiosTitle": "Reset host settings",
279-
"resetBiosHeader": "Do you want to reset the host settings?",
280-
"resetBiosSubmitText": "Reset host settings",
278+
"resetBiosTitle": "Reset server settings",
279+
"resetBiosHeader": "Do you want to reset the server settings?",
280+
"resetBiosSubmitText": "Reset server settings",
281281
"resetBiosSettingsList": {
282282
"item1": "All manual settings will be deleted.",
283283
"item2": "Partition configurations and the platform keystore may be recovered if backups exist."
284284
},
285-
"resetToDefaultsTitle": "Reset BMC and host settings",
286-
"resetToDefaultsHeader": "Do you want to reset both the BMC and host settings?",
287-
"resetToDefaultsSubmitText": "Reset BMC and host settings",
285+
"resetToDefaultsTitle": "Reset BMC and server settings",
286+
"resetToDefaultsHeader": "Do you want to reset both the BMC and server settings?",
287+
"resetToDefaultsSubmitText": "Reset BMC and server settings",
288288
"resetToDefaultsSettingsList": {
289289
"item1": "All manual settings will be deleted.",
290290
"item2": "Partition configurations and the platform keystore may be recovered if backups exist.",
@@ -296,10 +296,10 @@
296296
"resetWarningCheckLabel": "Continue without shutting down the system"
297297
},
298298
"toast": {
299-
"resetBiosSuccess": "Factory reset of host settings successful.",
300-
"resetBiosError": "Factory reset of host settings failed.",
301-
"resetToDefaultsSuccess": "Factory reset of BMC and host settings successful.",
302-
"resetToDefaultsError": "Factory reset of BMC and host settings failed."
299+
"resetBiosSuccess": "Factory reset of server settings successful.",
300+
"resetBiosError": "Factory reset of server settings failed.",
301+
"resetToDefaultsSuccess": "Factory reset of BMC and server settings successful.",
302+
"resetToDefaultsError": "Factory reset of BMC and server settings failed."
303303
}
304304
},
305305
"pageFirmware": {

0 commit comments

Comments
 (0)