Update security settings text
- Updated BMC shell title and description.
Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I4485a9f2f6b4ee065a9902b7a3facd942a1feb45
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ab9d823..1bf11d1 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -613,8 +613,8 @@
"ipmi": "Network IPMI (out-of-band IPMI)",
"ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.",
"networkServices": "Network services",
- "ssh": "SSH port 22 (BMC shell)",
- "sshDescription": "SSH access to the BMC's command shell. Disabling this will disable users' ability to connect BMC shell via SSH.",
+ "ssh": "BMC shell (via SSH)",
+ "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.",
"modal": {
"disableMessage": {
"ipmi": "Are you sure you want to disable @:pageSecuritySettings.ipmi?",
diff --git a/src/views/Configuration/SecuritySettings/SecuritySettings.vue b/src/views/Configuration/SecuritySettings/SecuritySettings.vue
index d665a7f..975803f 100644
--- a/src/views/Configuration/SecuritySettings/SecuritySettings.vue
+++ b/src/views/Configuration/SecuritySettings/SecuritySettings.vue
@@ -2,7 +2,7 @@
<b-container fluid="xl">
<page-title />
<b-row>
- <b-col lg="8" md="8">
+ <b-col md="8">
<page-section
:section-title="$t('pageSecuritySettings.networkServices')"
>