Update factory reset modal content
Replace the word erased with removed based on feedback from GUI Design
Work Group and need to keep the user from expecting any data removed
during a reset meets the criteria of a secure deletion of data.
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Id2fa3b4c175541dd8c6364871eb1c653b3ed324d
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 7a5175a..6da7c3c 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -286,7 +286,7 @@
"resetToDefaultsSettingsList": {
"item1": "All manual settings will be deleted.",
"item2": "Partition configurations and the platform keystore may be recovered if backups exist.",
- "item3": "All BMC logs will be erased.",
+ "item3": "All BMC logs will be removed.",
"item4": "Currently active sessions on all network interfaces will be disconnected.",
"item5": "The BMC default account and password settings will be restored."
},