diff --git a/src/client/components/ParticipantDetailsPage/ParticipantDates.jsx b/src/client/components/ParticipantDetailsPage/ParticipantDates.jsx index 4aed33fd..a937726f 100644 --- a/src/client/components/ParticipantDetailsPage/ParticipantDates.jsx +++ b/src/client/components/ParticipantDetailsPage/ParticipantDates.jsx @@ -39,7 +39,7 @@ export class ParticipantDates extends React.Component { } return ( -

Osallistuja ei ole ilmoittautunut leirille.

+

Osallistujalle ei löydy ilmoittautumispäiviä.

); } }