From 23819e694f7a9a52d117a88d1ec6f419f7576835 Mon Sep 17 00:00:00 2001
From: Lance Wilson <lance.wilson@monash.edu>
Date: Thu, 27 Aug 2020 12:31:36 +1000
Subject: [PATCH] Update warndialog.component.html to explain more of what is
 happening

---
 src/app/warndialog/warndialog.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/warndialog/warndialog.component.html b/src/app/warndialog/warndialog.component.html
index c4e20fc..fce81dd 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>
-- 
GitLab