change service label to 'Statistiques' (fixes #12736)

This commit is contained in:
Benjamin Dauvergne 2016-07-25 10:39:59 +02:00
parent 256a76e41e
commit c51df1f593
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class MenuJSONView(AuthorizationMixin, View):
response = HttpResponse(content_type='application/json')
menu = [
{
'label': _('Statistics'),
'label': _('Statistiques'),
'slug': 'statistics',
'url': request.build_absolute_uri(reverse('homepage')),
}