Skip to content
Snippets Groups Projects
Commit 1687ec0c authored by Owen Winkler's avatar Owen Winkler
Browse files

Make noscript message translatable

parent 38745e4b
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</head> </head>
<body id="<?php p($_['bodyid']);?>"> <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-container">
<div id="notification"></div> <div id="notification"></div>
<?php if ($_['updateAvailable']): ?> <?php if ($_['updateAvailable']): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment