aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/404.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-08-07 13:00:10 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-07 13:00:10 +0200
commitff56413eb57818370093c482b617091e7b14814f (patch)
tree94f066e2ec47e316c13ee77e4698e2291d960504 /tpl/default/404.html
parentbb83c07ccaff7b4935a1efe3ae234567d0076b55 (diff)
downloadShaarli-ff56413eb57818370093c482b617091e7b14814f.tar.gz
Shaarli-ff56413eb57818370093c482b617091e7b14814f.tar.zst
Shaarli-ff56413eb57818370093c482b617091e7b14814f.zip
Apply translation function on all labels
Diffstat (limited to 'tpl/default/404.html')
-rw-r--r--tpl/default/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/404.html b/tpl/default/404.html
index a9738160..edc5ac4b 100644
--- a/tpl/default/404.html
+++ b/tpl/default/404.html
@@ -8,7 +8,7 @@
8 {include="page.header"} 8 {include="page.header"}
9</div> 9</div>
10<div class="center" id="page404"> 10<div class="center" id="page404">
11 <h2>Sorry, nothing to see here.</h2> 11 <h2>{'Sorry, nothing to see here.'|t}</h2>
12 <img src="img/sad_star.png"> 12 <img src="img/sad_star.png">
13 <p>{$error_message}</p> 13 <p>{$error_message}</p>
14</div> 14</div>