diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index a8ebd075..1bfb0fe2 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -432,7 +432,7 @@ class MemberForm(FlaskForm): class InviteForm(FlaskForm): emails = StringField(_("People to notify"), render_kw={"class": "tag"}) - submit = SubmitField(_("Send invites")) + submit = SubmitField(_("Send the invitations")) def validate_emails(self, field): for email in [email.strip() for email in self.emails.data.split(",")]: diff --git a/ihatemoney/templates/dashboard.html b/ihatemoney/templates/dashboard.html index 15baf96f..6380ffae 100644 --- a/ihatemoney/templates/dashboard.html +++ b/ihatemoney/templates/dashboard.html @@ -34,7 +34,7 @@ - {{ + {{ _('show') }} @@ -51,4 +51,4 @@ {% else %}