summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2021-03-04 01:27:11 +0300
committerDerick Montague <derick.montague@ibm.com>2021-03-09 21:29:59 +0300
commit7006806d21cf8d13666524a8124b8395f2f1e156 (patch)
treecc103e4a105ec7c1ef7e604b82df3b1eed2139a6
parentda9f0a6e62ff0f70cb8e82d8489369003826f502 (diff)
downloadwebui-vue-7006806d21cf8d13666524a8124b8395f2f1e156.tar.xz
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
-rw-r--r--src/locales/en-US.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 7a5175a3..6da7c3c5 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."
},