diff --git a/monkey/monkey_island/cc/services/config_schema/ransomware.py b/monkey/monkey_island/cc/services/config_schema/ransomware.py index 04b1ec118..21f5d61f6 100644 --- a/monkey/monkey_island/cc/services/config_schema/ransomware.py +++ b/monkey/monkey_island/cc/services/config_schema/ransomware.py @@ -52,7 +52,8 @@ RANSOMWARE = { "readme_note": { "title": "", "type": "object", - "description": "A README.txt file will be left alongside the encrypted files.", + "description": "Note: README.txt will be left in the target directory specified" + " for encryption.", }, }, },