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.')