From 9508932f298b3e4a9099e4e098e51c7c298b1db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miika=20H=C3=A4nninen?= Date: Fri, 22 Jul 2016 19:42:31 +0300 Subject: [PATCH] Change label shown when user has no dates --- .../components/ParticipantDetailsPage/ParticipantDates.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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ä.

); } }