the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add localization key

bakaneko 0e6168b7 15e718f7

+2 -1
+1 -1
resources/js/contest-judge/entry.tsx
··· 98 98 <InputContainer 99 99 hasError={this.currentVote.hasError} 100 100 input={this.currentVote.comment} 101 - labelKey='comment' 101 + labelKey='contest.judge.comments' 102 102 maxLength={commentsMaxLength} 103 103 modifiers='judging' 104 104 showError
+1
resources/lang/en/contest.php
··· 14 14 ], 15 15 16 16 'judge' => [ 17 + 'comments' => 'comments', 17 18 'hide_judged' => 'hide judged entries', 18 19 'nav_title' => 'judge', 19 20 'no_current_vote' => 'you didn\'t vote yet.',