From bd0c01f2efd91b8e324bd0e0606427f31dba49b9 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Wed, 20 Jan 2021 21:13:09 +0530 Subject: Update security settings text - Updated BMC shell title and description. Signed-off-by: Suren Neware Change-Id: I4485a9f2f6b4ee065a9902b7a3facd942a1feb45 --- src/locales/en-US.json | 4 ++-- src/views/Configuration/SecuritySettings/SecuritySettings.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index ab9d8238..1bf11d17 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 d665a7f5..975803fd 100644 --- a/src/views/Configuration/SecuritySettings/SecuritySettings.vue +++ b/src/views/Configuration/SecuritySettings/SecuritySettings.vue @@ -2,7 +2,7 @@ - + -- cgit v1.2.3