From eb36869e710fece24cf16fecdf626b0afd1e9aae Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Fri, 9 Jul 2021 14:51:31 -0400 Subject: [PATCH] Island: Minor wording change to readme_note description --- monkey/monkey_island/cc/services/config_schema/ransomware.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/monkey_island/cc/services/config_schema/ransomware.py b/monkey/monkey_island/cc/services/config_schema/ransomware.py index 21f5d61f6..245044043 100644 --- a/monkey/monkey_island/cc/services/config_schema/ransomware.py +++ b/monkey/monkey_island/cc/services/config_schema/ransomware.py @@ -52,8 +52,8 @@ RANSOMWARE = { "readme_note": { "title": "", "type": "object", - "description": "Note: README.txt will be left in the target directory specified" - " for encryption.", + "description": "Note: A README.txt will be left in the specified target " + "directory.", }, }, },