Merge pull request #6729 from mvl22/patch-1
Update enable javascript link to https
This commit is contained in:
commit
42bd942619
|
@ -3,7 +3,7 @@
|
|||
<div>
|
||||
<?php print_unescaped(str_replace(
|
||||
['{linkstart}', '{linkend}'],
|
||||
['<a href="http://enable-javascript.com/" target="_blank" rel="noreferrer">', '</a>'],
|
||||
['<a href="https://www.enable-javascript.com/" target="_blank" rel="noreferrer">', '</a>'],
|
||||
$l->t('This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page.')
|
||||
)); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue