Compare commits

...

2 Commits

Author SHA1 Message Date
032778b5f6
feat: rename "Friend Links" to "Frequently Used Links"
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-24 19:13:26 +08:00
50b37ba70f
fix: bs4 countdowns title 2022-09-24 19:13:16 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@
<div class="card-body">
<?php if (!isset($REQUIRE_LIB['bootstrap5'])): ?>
<h4 class="card-title" style="font-size: 1.25rem">
<?= UOJLocale::get('view all') ?>
<?= UOJLocale::get('countdowns') ?>
</h4>
<?php endif ?>
<ul class="

View File

@ -82,7 +82,7 @@ return [
'x days until countdown title' => function($title, $days) {
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',
'opensource project' => 'OpenSource Project, modified by S2OJ'
];

View File

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