Skip to content

Commit

Permalink
Merge pull request #173 from partio-scout/bugfix/change-empty-partici…
Browse files Browse the repository at this point in the history
…pantdates-label

Change label shown when user has no dates
  • Loading branch information
pompost authored Jul 22, 2016
2 parents 0c2685f + 9508932 commit debfa74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class ParticipantDates extends React.Component {
}

return (
<p>Osallistuja ei ole ilmoittautunut leirille.</p>
<p>Osallistujalle ei löydy ilmoittautumispäiviä.</p>
);
}
}
Expand Down

0 comments on commit debfa74

Please sign in to comment.