changeset 460:5845fb6bb4ec

client: (minor) improve note when there is no Javascript
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 22 Aug 2018 16:11:11 +0200
parents bba166f0326e
children 62a0adc8cdcd
files client/public/index.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/public/index.html	Wed Aug 22 16:03:16 2018 +0200
+++ b/client/public/index.html	Wed Aug 22 16:11:11 2018 +0200
@@ -11,7 +11,8 @@
 
 <body>
   <noscript>
-    <strong>We're sorry but wamosjs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+    <strong>This webapplication needs Javascript enabled to run.
+            Please enable it to continue.</strong>
   </noscript>
   <div id="app"></div>
   <!-- built files will be auto injected -->