diff --git a/src/components/pages/Profile.js b/src/components/pages/Profile.js index be3166ea50ace5dc3f34c93d1d1e74b8eb1fbf8a..fc6336dcde43ce0a0ce62c1feed37ae91492d4a1 100644 --- a/src/components/pages/Profile.js +++ b/src/components/pages/Profile.js @@ -37,10 +37,15 @@ class Profile extends Component { {canEdit ? <Segment inverted color='red' tertiary> <p style={{ fontSize: '1.33em' }}> - A profilod mentĂŠs utĂĄn is mĂłdosĂthatĂł a kĂŠsĹbbiekben, egĂŠszen {endDateText}. + A profilod mentĂŠs utĂĄn is mĂłdosĂthatĂł a kĂŠsĹbbiekben, egĂŠszen {endDateText}-ig. </p> </Segment> - : ''} + : + <Segment inverted color='red' tertiary> + <p style={{ fontSize: '1.33em' }}> + A hatĂĄridĹ {endDateText} volt, mĂĄr nem tudsz jelentkezni. + </p> + </Segment>} <Form> {canEdit ?