mirror of https://github.com/kiwix/libkiwix.git
Typo fix in error message
This commit is contained in:
parent
c9bc2b48b0
commit
eea10ec3f5
|
@ -6,7 +6,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="kiwix">
|
<body class="kiwix">
|
||||||
<h1>External link blocked</h1>
|
<h1>External link blocked</h1>
|
||||||
<p>This instance of Kiwix protects you from accidentaly going to external (out-of ZIM) links.</p>
|
<p>This instance of Kiwix protects you from accidentally going to external (out-of ZIM) links.</p>
|
||||||
<p>If you intend to go to such locations, please click the link below.</p>
|
<p>If you intend to go to such locations, please click the link below.</p>
|
||||||
<p><a href="{{ source }}">Go to {{ source }}</a></p>
|
<p><a href="{{ source }}">Go to {{ source }}</a></p>
|
||||||
<div id="kiwixfooter">Powered by <a href="https://kiwix.org">Kiwix</a></div>
|
<div id="kiwixfooter">Powered by <a href="https://kiwix.org">Kiwix</a></div>
|
||||||
|
|
Loading…
Reference in New Issue