feat: rename "Friend Links" to "Frequently Used Links"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-24 19:13:26 +08:00
parent 50b37ba70f
commit 032778b5f6
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ return [
'x days until countdown title' => function($title, $days) { 'x days until countdown title' => function($title, $days) {
return "<b>$days</b> ".($days <= 1 ? 'day' : 'days')." until <b>$title</b>."; return "<b>$days</b> ".($days <= 1 ? 'day' : 'days')." until <b>$title</b>.";
}, },
'friend links' => 'Friend Links', 'friend links' => 'Frequently Used Links',
'server time' => 'Server Time', 'server time' => 'Server Time',
'opensource project' => 'OpenSource Project, modified by S2OJ' 'opensource project' => 'OpenSource Project, modified by S2OJ'
]; ];

View File

@ -82,7 +82,7 @@ return [
'x days until countdown title' => function($title, $days) { 'x days until countdown title' => function($title, $days) {
return "距离 <b>$title</b> 还有 <b>$days</b> 天。"; return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
}, },
'friend links' => '友情链接', 'friend links' => '常用链接',
'server time' => '服务器时间', 'server time' => '服务器时间',
'opensource project' => '开源项目S2OJ 魔改版' 'opensource project' => '开源项目S2OJ 魔改版'
]; ];