Skip to content

Commit

Permalink
Fix a typo in quit competitor dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 6, 2019
1 parent f6928fa commit e106f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const QuitCompetitorDialog = ({
value="false"
label={
nextAdvancable.length > 0
? `Yes, just remove ${competitor.name} and don't replace they.`
? `Yes, just remove ${competitor.name} and don't replace them.`
: `Yes, remove ${competitor.name}.`
}
/>
Expand Down

0 comments on commit e106f4f

Please sign in to comment.