diff --git a/scripts/popup.js b/scripts/popup.js index 995e0e2..096f81c 100644 --- a/scripts/popup.js +++ b/scripts/popup.js @@ -13,8 +13,8 @@ $(function () { let text = [ // `Thanks for installing my extension! I hope it will be useful to you.`, - `Be sure to leave a review on the store page and share it with others.`, `The extension is open source on GitHub. Feel free to contribute or leave feedback and suggestions.`, + `Be sure to leave a review on the store page and share it with others.`, `Please consider supporting my work by buying me a coffee.`, ]; InfoModal("install-modal", "KAG Server List", text.join("

"), 500); @@ -24,8 +24,8 @@ $(function () { `Thanks for using my extension! I hope it's been useful to you.`, `The extension has been rewritten from scratch. As a result, your settings and favorited servers have unfortunately needed to be reset in order for the extension to work properly.`, `You can view a full changelog on the forum thread.`, - `Be sure to leave a review on the store page and share it with others.`, `The extension is now open source on GitHub. Feel free to contribute or leave feedback and suggestions.`, + `Be sure to leave a review on the store page and share it with others.`, `Please consider supporting my work by buying me a coffee ☕.`, ]; InfoModal("update-modal", "Extension update", text.join("

"), 500);