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 ?