summaryrefslogtreecommitdiff
path: root/chimere/templates/admin/base_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/admin/base_site.html')
-rw-r--r--chimere/templates/admin/base_site.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/templates/admin/base_site.html b/chimere/templates/admin/base_site.html
index fa537ef..d0cf4bf 100644
--- a/chimere/templates/admin/base_site.html
+++ b/chimere/templates/admin/base_site.html
@@ -1,10 +1,10 @@
{% extends "admin/base.html" %}
{% load i18n %}
-{% block title %}{{ title }} | {% trans 'Administration de Chimère' %}{% endblock %}
+{% block title %}{{ title }} | {% trans 'Chimère administration' %}{% endblock %}
{% block branding %}
-<h1 id="site-name">{% trans 'Administration de Chimère' %}</h1>
+<h1 id="site-name">{% trans 'Chimère administration' %}</h1>
{% endblock %}
{% block nav-global %}{% endblock %}