1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-21 09:44:36 +00:00

fix: 83488ad7cfd82789e5cab88be3d84e464cd4d1b6

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

@ -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");
},
];