Skip to content

Commit

Permalink
fix(website): Correct label of the "show errors" checkbox
Browse files Browse the repository at this point in the history
The checkbox controls whether entries with errors are shown or hidden - not whether errors are shown.
  • Loading branch information
corneliusroemer committed Mar 9, 2024
1 parent f85845f commit e0a2172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/ReviewPage/ReviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const InnerReviewPage: FC<ReviewPageProps> = ({ clientConfig, organism, accessTo
title='Show sequences with errors'
onChange={(e) => setShowErrors(e.target.checked)}
/>
Show Errors
Also show entries with errors
</div>
</div>
);
Expand Down

0 comments on commit e0a2172

Please sign in to comment.