diff --git a/src/app/warndialog/warndialog.component.html b/src/app/warndialog/warndialog.component.html
index c4e20fc1916f38d7e0ec9fd43bff9e489bed524c..fce81dddf8ee2d20efaa1aef0c740e83b4434f19 100644
--- a/src/app/warndialog/warndialog.component.html
+++ b/src/app/warndialog/warndialog.component.html
@@ -6,8 +6,8 @@
   <h2>Application Running</h2>
   It looks like you already connected to a Strudel2 Application<br>
   </div>
-  Depending on which applications you are connecting to and which order you open the windows in, you may experience bugs<br>
-  For example if you open Jupyter Lab then a terminal Jupyter Lab will misbehave. If you open terminal the Jupyter Lab this will be OK.
+  Depending on which applications you are connecting to and which order you open the windows in, you may experience issues with the secure link from your computer to the Strudel2<br>
+  For example if you open Jupyter Lab then a terminal Jupyter Lab will lose the secure tunnel. If you open the terminal app then the Jupyter Lab app this will be OK.
   <div fxLayout="row" fxLayoutAlign="space-between stretch" style="width: 100%">
   <button mat-button (click)="close(null)">OK, Got it!</button>
   </div>