From c834aa67d45cbe2b443fece79422075d81acbc78 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sun, 8 Sep 2024 16:23:34 +0000 Subject: [PATCH] WebUI: change donation link to bpfire maintainer Signed-off-by: Vincent Li --- html/html/themes/ipfire/include/functions.pl | 4 ++-- langs/en/cgi-bin/en.pl | 2 +- langs/zh/cgi-bin/zh.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index aae1543eb..b7d9f7979 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -212,8 +212,8 @@ print < - IPFire.org • - $Lang::tr{'support donation'} + BPFire.net • + $Lang::tr{'support donation'} $system_release diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 63d52816d..4f9524e17 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2526,7 +2526,7 @@ 'successfully refreshed updates list' => 'Successfully refreshed updates list.', 'summaries kept' => 'Keep summaries for', 'sunday' => 'Sunday', -'support donation' => 'Support the IPFire project with your donation', +'support donation' => 'Support the BPFire project with your donation', 'swap' => 'Swap', 'swap usage per' => 'Swap usage per', 'system' => 'System', diff --git a/langs/zh/cgi-bin/zh.pl b/langs/zh/cgi-bin/zh.pl index 743fc9d8b..7d86371f5 100644 --- a/langs/zh/cgi-bin/zh.pl +++ b/langs/zh/cgi-bin/zh.pl @@ -2491,7 +2491,7 @@ 'successfully refreshed updates list' => '成功刷新更新列表。.', 'summaries kept' => '保留摘要', 'sunday' => '星期日', -'support donation' => '通过捐款支持IPFire项目', +'support donation' => '通过捐款支持BPFire项目', 'swap' => '交换', 'swap usage per' => 'Swap usage per', 'system' => '系统状态',