1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-30 18:37:03 +00:00

fix: df519e2d4ac13f64e3e0462028ce474007c812e2

This commit is contained in:
Baoshuo Ren 2022-10-08 13:45:02 +08:00
parent 23ff07e9e1
commit 8ad7d5cb00
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -524,7 +524,7 @@ EOD;
<?php elseif ($contest['cur_progress'] <= CONTEST_TESTING): ?>
<?= UOJLocale::get('contests::final testing') ?>
<?php else: ?>
<?= UOJLocale::get('contests::finished') ?>
<?= UOJLocale::get('contests::ended') ?>
<?php endif ?>
</div>
</div>