Skip to content

Commit c00abe9

Browse files
committed
fix: labels
1 parent fbf026d commit c00abe9

File tree

1 file changed

+2
-2
lines changed
  • atcoder-problems-frontend/src/pages/TablePage

1 file changed

+2
-2
lines changed

atcoder-problems-frontend/src/pages/TablePage/Options.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const Options: React.FC<Props> = (props) => {
4242
<CustomInput
4343
type="switch"
4444
id="hideCompletedContest"
45-
label="Hide Completed Contest"
45+
label="Hide Completed Contests"
4646
checked={props.hideCompletedContest}
4747
onChange={props.toggleHideCompletedContest}
4848
/>
@@ -68,7 +68,7 @@ export const Options: React.FC<Props> = (props) => {
6868
<CustomInput
6969
type="switch"
7070
id="mergeLikeContest"
71-
label="Merge Like Contest"
71+
label='Merge "-Like" Contests'
7272
checked={props.mergeLikeContest}
7373
onChange={() => {
7474
props.setMergeLikeContest(!props.mergeLikeContest);

0 commit comments

Comments
 (0)