fix: 83488ad7cf
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Baoshuo Ren 2022-09-25 20:54:32 +08:00
parent 3ebc2dea1d
commit 29bcf3b8da
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -31,6 +31,6 @@ return [
'contest self review' => 'Contest self review',
'contest self reviews' => 'Contest self reviews',
'will start in x days' => function($x) {
return "Will start in $x ".($x > 1 ? "days" : "day");
return "will start in $x ".($x > 1 ? "days" : "day");
},
];