diff options
Diffstat (limited to 'bricabrac/templates/categories.html')
-rw-r--r-- | bricabrac/templates/categories.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bricabrac/templates/categories.html b/bricabrac/templates/categories.html index 380bddc..a3ef625 100644 --- a/bricabrac/templates/categories.html +++ b/bricabrac/templates/categories.html @@ -3,7 +3,7 @@ <header> <h1> <a href="{{ SITEURL }}" id="site-title">{{ SITENAME }} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a> : -<a href="{{ SITEURL }}/archives.html" id="page-title">catégories</a></h1> +<a href="{{ SITEURL }}/archives.html" id="page-title">{{ gettext('catégories') }}</a></h1> </header> <section id="content" class="body"> <ul> |