mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-14 03:38:41 +00:00
fix: 83488ad7cf
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
3ebc2dea1d
commit
29bcf3b8da
@ -31,6 +31,6 @@ return [
|
|||||||
'contest self review' => 'Contest self review',
|
'contest self review' => 'Contest self review',
|
||||||
'contest self reviews' => 'Contest self reviews',
|
'contest self reviews' => 'Contest self reviews',
|
||||||
'will start in x days' => function($x) {
|
'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");
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user