Skip to content
Snippets Groups Projects
Commit e3c95548 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Reword sentence and move HTML out of translation

parent 1f194b7b
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<div id="notification-container"> <div id="notification-container">
<div id="notification"></div> <div id="notification"></div>
<?php if ($_['updateAvailable']): ?> <?php if ($_['updateAvailable']): ?>
<div id="update-notification" style="display: inline;"><?php print_unescaped($l->t('%s is available. <a href="%s">Click here to get more information.', array($_['updateVersion'], $_['updateLink']))); ?></a></div> <div id="update-notification" style="display: inline;"><a href="<?php print_unescaped($_['updateLink']); ?>"><?php p($l->t('%s is available. Get more information on how to update.', array($_['updateVersion']))); ?></a></div>
<?php endif; ?> <?php endif; ?>
</div> </div>
<header><div id="header"> <header><div id="header">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment