diff --git a/view.html.erb b/view.html.erb
index e3f43bfab30ede42ab8294a0a490a20ba9788bda..0fbd3078bc8de2ebfb2cca2556b397c5c194a4a6 100644
--- a/view.html.erb
+++ b/view.html.erb
@@ -1,6 +1,6 @@
 <form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank">
   <input type="hidden" name="password" value="<%= password %>">
   <button class="btn btn-primary" type="submit">
-    <i class="fas fa-eye"></i> Connect to Jupyter
+    <i class="fas fa-eye"></i> Connect to JupyterLab
   </button>
 </form>