diff options
author | ringmaster <epithet@gmail.com> | 2013-12-05 17:01:51 -0500 |
---|---|---|
committer | ringmaster <epithet@gmail.com> | 2013-12-05 17:01:51 -0500 |
commit | 1dc9998920f7b0dcb85e019e69d75fb71cf3d897 (patch) | |
tree | 3b98cf71332609ab302500b41831bcee938ed8d1 /core/templates | |
parent | e7748613eff294113eb2039b46ddeb5beb6ac88e (diff) | |
download | nextcloud-server-1dc9998920f7b0dcb85e019e69d75fb71cf3d897.tar.gz nextcloud-server-1dc9998920f7b0dcb85e019e69d75fb71cf3d897.zip |
Remove reference to ownCloud.
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 a782c69156c..45b7e39686d 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -37,7 +37,7 @@ </head> <body id="<?php p($_['bodyid']);?>"> - <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('ownCloud 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 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> <div id="notification-container"> <div id="notification"></div> <?php if ($_['updateAvailable']): ?> |