From ca63a0979ef55d07d09d9443e5cea9aa888870a5 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sun, 6 Sep 2020 02:37:47 +0100 Subject: [PATCH] fix wording in default text in text area --- src/presentation/TheCodeArea.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/presentation/TheCodeArea.vue b/src/presentation/TheCodeArea.vue index e9219c18..1ddc41d9 100644 --- a/src/presentation/TheCodeArea.vue +++ b/src/presentation/TheCodeArea.vue @@ -18,7 +18,7 @@ const NothingChosenCode = .appendCommentLine('-- 🤔 How to use') .appendCommentLine(' 📙 Start by exploring different categories and choosing different tweaks.') .appendCommentLine(' 📙 You can select "Recommended" on the top to select "safer" tweaks. Always double check!') - .appendCommentLine(' 📙 After you choose any tweak, you can download & copy to execute your script.') + .appendCommentLine(' 📙 After you choose any tweak, you can download or copy to execute your script.') .appendLine() .appendCommentLine('-- 🧐 Why privacy.sexy') .appendCommentLine(' ✔️ Rich tweak pool to harden security & privacy of the OS and other softwares on it.')