diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 17:55:53 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 17:55:53 +0200 |
commit | 3db2b114352ffc066999ece45a8a22fff66e5b8f (patch) | |
tree | fd4f7b37604f6db3185d35b03fbe73cbefd0cbac /core/templates | |
parent | 6cdb1d89ae2d2c23e326da2a719ee88d495dd05e (diff) | |
download | nextcloud-server-3db2b114352ffc066999ece45a8a22fff66e5b8f.tar.gz nextcloud-server-3db2b114352ffc066999ece45a8a22fff66e5b8f.zip |
fix styling and wording of no-JavaScript message
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 69a181735ca..0038d7fbd82 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -40,7 +40,7 @@ <?php endforeach; ?> </head> <body id="<?php p($_['bodyid']);?>"> - <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript> + <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and reload the page.')); ?></div></div></noscript> <div id="notification-container"> <div id="notification"></div> <?php if ($_['updateAvailable']): ?> |