From 37207e61ac6108cc6d8cff7754904a44485ccb15 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 7 May 2014 19:20:13 +0200 Subject: [PATCH] Fix about page title localization --- templates/default/about.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/about.html.ep b/templates/default/about.html.ep index b3e3ae5..1b2e51f 100644 --- a/templates/default/about.html.ep +++ b/templates/default/about.html.ep @@ -1,4 +1,4 @@ -% title $self->l('About'); +% title $self->l('ABOUT'); %= include 'header' %= include 'public_toolbar'