diff --git a/tabellio/searchform/form.py b/tabellio/searchform/form.py index 3ac6eb8..464b613 100644 --- a/tabellio/searchform/form.py +++ b/tabellio/searchform/form.py @@ -567,7 +567,7 @@ class DeputySearchForm(form.Form): super(DeputySearchForm, self).updateWidgets() self.widgets['search_type_is_deputy'].mode = z3c.form.interfaces.HIDDEN_MODE - @button.buttonAndHandler(_(u'Search')) + @button.buttonAndHandler(_(u'Submit')) def handleApply(self, action): pass @@ -589,7 +589,7 @@ class EventSearchForm(form.Form): super(EventSearchForm, self).updateWidgets() self.widgets['search_type_is_event'].mode = z3c.form.interfaces.HIDDEN_MODE - @button.buttonAndHandler(_(u'Search')) + @button.buttonAndHandler(_(u'Submit')) def handleApply(self, action): pass