From bfce3de622f40deea3d1879f9a3d0e999a6fe26b Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Mon, 3 May 2021 17:47:40 -0500 Subject: 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 Change-Id: I14a031d190914f43a9f94c555c57950884abb491 --- src/locales/en-US.json | 26 +++++++++++++------------- 1 file 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": { -- cgit v1.2.3