Make noscript message translatable

This commit is contained in:
ringmaster 2013-12-05 09:52:13 -05:00
parent 38745e4bd1
commit 1687ec0cd2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</head>
<body id="<?php p($_['bodyid']);?>">
<noscript><div id="nojavascript"><div>ownCloud requires JavaScript to be enabled for correct operation. Please enable JavaScript and re-load this interface.</div></div></noscript>
<noscript><div id="nojavascript"><div><?php p($l->t('ownCloud requires JavaScript to be enabled for correct operation. Please enable JavaScript and re-load this interface.')); ?></div></div></noscript>
<div id="notification-container">
<div id="notification"></div>
<?php if ($_['updateAvailable']): ?>