From 7954dbe1e73ece19f724716ec274159fd032d923 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Tue, 1 Jun 2021 11:42:54 +0300 Subject: [PATCH] Fixed and improved the wording in configuration export and import modals. --- .../components/configuration-components/ExportConfigModal.tsx | 2 +- .../components/configuration-components/ImportConfigModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/ExportConfigModal.tsx b/monkey/monkey_island/cc/ui/src/components/configuration-components/ExportConfigModal.tsx index 48a4d3df5..d6d84d14e 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/ExportConfigModal.tsx +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/ExportConfigModal.tsx @@ -105,7 +105,7 @@ const ExportPlaintextChoiceField = (props: { />

Configuration may contain stolen credentials or sensitive data.
- It is advised to use password encryption. + It is advised to use the Encrypt with a password option.

) diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/ImportConfigModal.tsx b/monkey/monkey_island/cc/ui/src/components/configuration-components/ImportConfigModal.tsx index 2f4881338..6b950f7c7 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/ImportConfigModal.tsx +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/ImportConfigModal.tsx @@ -134,7 +134,7 @@ const PasswordInput = (props: { }) => { return (
-

File is protected. Enter password:

+

File is protected. Please enter the password:

(props.onChange(evt.target.value))}/>