From 470e4acc04bb0d76fe9968fc91da17f037a33cc5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Feb 2018 15:47:13 +0100 Subject: Update translations --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/forms.py') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 7cc5632d8..c51616e21 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1277,7 +1277,7 @@ class SiteFormSelection(IshtarForm): @classmethod def form_label(cls): - return unicode(_(u"{} search")).format( + return unicode(_(u"{} search")).format( get_current_profile().get_site_label() ) -- cgit v1.2.3