From a7b166278eaa2b1f440fbc8f17e1a7ebd11ee50b Mon Sep 17 00:00:00 2001 From: Őry Máté Date: Wed, 3 Sep 2014 09:34:30 +0200 Subject: [PATCH] dashboard: mark missing string for translation --- circle/dashboard/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle/dashboard/views.py b/circle/dashboard/views.py index 425f0a0..9315361 100644 --- a/circle/dashboard/views.py +++ b/circle/dashboard/views.py @@ -2232,7 +2232,7 @@ class GroupCreate(GroupCodeMixin, LoginRequiredMixin, TemplateView): context = self.get_context_data(**kwargs) context.update({ 'template': 'dashboard/group-create.html', - 'box_title': 'Create a Group', + 'box_title': _('Create a Group'), 'form': form, 'ajax_title': True, }) -- libgit2 0.26.0