From 3e75e316963bd782335a80ea2344d596d34f260e Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:34:00 +0800 Subject: [PATCH] change wording in config file --- src/configPersist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configPersist.ts b/src/configPersist.ts index 9810cd9..3667f5b 100644 --- a/src/configPersist.ts +++ b/src/configPersist.ts @@ -7,7 +7,7 @@ import * as origLog from "loglevel"; const log = origLog.getLogger("rs-default"); const DEFAULT_README: string = - "Do NOT modify this manually. It's generated automatically."; + "The file contains sensitive info, so DO NOT take screenshot of, copy, or share it to anyone! It's also generated automatically, so do not edit it manually."; interface MessyConfigType { readme: string;