diff options
author | Ajay <[email protected]> | 2023-09-17 13:11:52 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-09-17 13:11:52 -0400 |
commit | be36583aee24c85daf06e9c2578bf4becdec1fda (patch) | |
tree | c247391d75024ef80a300bea01795f3c96e69152 | |
parent | 433bbbf90438ddf906a93e06bcfac915f2067542 (diff) | |
download | SponsorBlock-be36583aee24c85daf06e9c2578bf4becdec1fda.tar.gz SponsorBlock-be36583aee24c85daf06e9c2578bf4becdec1fda.zip |
Rename donate button
-rw-r--r-- | public/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/popup.html b/public/popup.html index c7d5620c..e628cd20 100644 --- a/public/popup.html +++ b/public/popup.html @@ -195,7 +195,7 @@ <a href="https://github.com/ajayyy/SponsorBlock" target="_blank" rel="noopener">GitHub</a> <a href="https://discord.gg/SponsorBlock" target="_blank" rel="noopener">Discord</a> <a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org" target="_blank" rel="noopener">Matrix</a> - <a href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener" id="sbDonate">$</a> + <a href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener" id="sbDonate">__MSG_Donate__</a> </footer> <button id="showNoticeAgain" style="display: none">__MSG_showNotice__</button> |