From: Christian Hewitt Date: Tue, 21 Nov 2023 11:17:08 +0000 (+0000) Subject: webui: change donation button to opencollective X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a23e7f32403aab145efbf701f31e8e2450c1ba1;p=thirdparty%2Ftvheadend.git webui: change donation button to opencollective Signed-off-by: Christian Hewitt --- diff --git a/src/webui/extjs.c b/src/webui/extjs.c index a125b5687..2602d3a62 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -224,10 +224,10 @@ FamFamFam, "\ %s
\n\ %s\n\

\n\ -\n\ +\n\ \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 index 000000000..f56c87ad6 Binary files /dev/null and b/src/webui/static/img/opencollective.png differ