We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4603af9 commit 341c4deCopy full SHA for 341c4de
1 file changed
trunk/web/template/syzoj/contestset.php
@@ -15,7 +15,7 @@
15
echo '<a class="ui button primary" href="contest.php" >'.$MSG_VIEW_ALL_CONTESTS .'</a>';
16
}else{
17
18
- echo '<a class="ui button red" href="contest.php?my" >显示我的作业比赛</a>';
+ echo '<a class="ui button red" href="contest.php?my" >'.$MSG_VIEW_MY_CONTESTS .'</a>';
19
};
20
?>
21
</div>
0 commit comments