Skip to content
Snippets Groups Projects
Commit 3ac776ff authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

message after deadline on Profile page

parent 277632a0
No related branches found
No related tags found
No related merge requests found
......@@ -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 ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment