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 { ...@@ -37,10 +37,15 @@ class Profile extends Component {
{canEdit ? {canEdit ?
<Segment inverted color='red' tertiary> <Segment inverted color='red' tertiary>
<p style={{ fontSize: '1.33em' }}> <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> </p>
</Segment> </Segment>
: ''} :
<Segment inverted color='red' tertiary>
<p style={{ fontSize: '1.33em' }}>
A határidő {endDateText} volt, már nem tudsz jelentkezni.
</p>
</Segment>}
<Form> <Form>
{canEdit ? {canEdit ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment