diff options
Diffstat (limited to 'budget/forms.py')
| -rw-r--r-- | budget/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/forms.py b/budget/forms.py index 1fa8133..0af4994 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -135,7 +135,7 @@ class BillForm(Form): class MemberForm(Form): name = TextField(_("Name"), validators=[Required()]) - submit = SubmitField(_("Add a member")) + submit = SubmitField(_("Add")) def __init__(self, project, *args, **kwargs): super(MemberForm, self).__init__(*args, **kwargs) |
