Skip to content

Commit

Permalink
Tweaked update popup message
Browse files Browse the repository at this point in the history
  • Loading branch information
eps0003 committed Aug 9, 2021
1 parent 0e92fe8 commit 241837a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://chrome.google.com/webstore/detail/aipcclcgemecihikpdgfoonlfpjkekmp" target="_blank">store page</a> and share it with others.`,
`The extension is open source on <a href="https://github.com/eps0003/kag-chrome-server-browser" target="_blank">GitHub</a>. Feel free to contribute or leave feedback and suggestions.`,
`Be sure to leave a review on the <a href="https://chrome.google.com/webstore/detail/aipcclcgemecihikpdgfoonlfpjkekmp" target="_blank">store page</a> and share it with others.`,
`Please consider supporting my work by <a href="https://buymeacoffee.com/epsilul" target="_blank">buying me a coffee</a>.`,
];
InfoModal("install-modal", "KAG Server List", text.join("<br /><br />"), 500);
Expand All @@ -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 <a href="https://forum.thd.vg/threads/27522" target="_blank">forum thread</a>.`,
`Be sure to leave a review on the <a href="https://chrome.google.com/webstore/detail/aipcclcgemecihikpdgfoonlfpjkekmp" target="_blank">store page</a> and share it with others.`,
`The extension is now open source on <a href="https://github.com/eps0003/kag-chrome-server-browser" target="_blank">GitHub</a>. Feel free to contribute or leave feedback and suggestions.`,
`Be sure to leave a review on the <a href="https://chrome.google.com/webstore/detail/aipcclcgemecihikpdgfoonlfpjkekmp" target="_blank">store page</a> and share it with others.`,
`Please consider supporting my work by <a href="https://buymeacoffee.com/epsilul" target="_blank">buying me a coffee</a> ☕.`,
];
InfoModal("update-modal", "Extension update", text.join("<br /><br />"), 500);
Expand Down

0 comments on commit 241837a

Please sign in to comment.