]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: change donation button to opencollective
authorChristian Hewitt <christianshewitt@gmail.com>
Tue, 21 Nov 2023 11:17:08 +0000 (11:17 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Sat, 9 Dec 2023 20:14:24 +0000 (21:14 +0100)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
src/webui/extjs.c
src/webui/static/img/opencollective.png [new file with mode: 0644]

index a125b5687ba3e4a2b050f63fd9e76e4eeaf13ab5..2602d3a627587e2d273c4c68c20d4db7aa5ca272 100644 (file)
@@ -224,10 +224,10 @@ FamFamFam</a>, "\
 %s<br/>\n\
 %s\n\
 </p>\n\
-<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3Z87UEHP3WZK2'><img src='https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif' alt='' /></a>\n\
+<a href='https://opencollective.com/tvheadend/donate'><img src='static/img/opencollective.png' alt='' /></a>\n\
 </center>\n",
-   tvh_gettext_lang(lang, N_("If you'd like to support the project, please consider a donation.")),
-   tvh_gettext_lang(lang, N_("All proceeds are used to support server infrastructure and hosting, and to buy test equipment.")));
+   tvh_gettext_lang(lang, N_("To support Tvheadend development please consider making a donation")),
+   tvh_gettext_lang(lang, N_("towards project operating costs.")));
 
   http_output_html(hc);
   return 0;
diff --git a/src/webui/static/img/opencollective.png b/src/webui/static/img/opencollective.png
new file mode 100644 (file)
index 0000000..f56c87a
Binary files /dev/null and b/src/webui/static/img/opencollective.png differ