diff --git a/src/app/accountinfo/accountinfo.component.html b/src/app/accountinfo/accountinfo.component.html
index b80099285bbe7df572b2dd77e79376a54c8ae55b..e59a260ae5a9df27074c6d6ee6c5bf6f64c1f612 100644
--- a/src/app/accountinfo/accountinfo.component.html
+++ b/src/app/accountinfo/accountinfo.component.html
@@ -1,7 +1,4 @@
 <div  fxLayout="column" fxLayoutAlign="start none" style="width: 100%" class="strudel-accountinfo-typography">
-    <div *ngIf="nowSeconds(identity$ | async) ; let time">
-        Login certificates expire in {{ time }} (or when you 5 minutes after you close this tab, which ever comes first)
-    </div>
     <div *ngIf="identity$.value !== null && identity$.value !== undefined"> 
         <!--<div *ngIf="identity$.value.systemalerts.value !== null">-->
             <div *ngFor="let h of (identity$.value.systemalerts | async)">