fix: 92cca91cce
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-24 14:48:24 +08:00
parent e270e5e891
commit d0be7eac95
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -80,7 +80,7 @@ return [
return "<b>$title</b> 已开始。";
},
'x days until countdown title' => function($title, $days) {
return "距离 <b>$title</b> 还有 <b>$days</b>天。";
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
},
'friend links' => '友情链接',
'server time' => '服务器时间',