From: ProfYaffle Date: Fri, 1 Dec 2023 10:55:08 +0000 (+0000) Subject: WebUI: Update donation string as a test to Transifex feed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85c957aa2b54c83301361f3d6dc7453def3302d;p=thirdparty%2Ftvheadend.git WebUI: Update donation string as a test to Transifex feed --- diff --git a/src/webui/extjs.c b/src/webui/extjs.c index be0a0fa4d..a125b5687 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -227,7 +227,7 @@ FamFamFam, "\ \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 buy test equipment."))); + tvh_gettext_lang(lang, N_("All proceeds are used to support server infrastructure and hosting, and to buy test equipment."))); http_output_html(hc); return 0;