Skip to content

Commit 341c4de

Browse files
authored
Update contestset.php
1 parent 4603af9 commit 341c4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/web/template/syzoj/contestset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
echo '<a class="ui button primary" href="contest.php" >'.$MSG_VIEW_ALL_CONTESTS .'</a>';
1616
}else{
1717

18-
echo '<a class="ui button red" href="contest.php?my" >显示我的作业比赛</a>';
18+
echo '<a class="ui button red" href="contest.php?my" >'.$MSG_VIEW_MY_CONTESTS .'</a>';
1919
};
2020
?>
2121
</div>

0 commit comments

Comments
 (0)