diff options
Diffstat (limited to 'budget/templates/send_invites.html')
| -rw-r--r-- | budget/templates/send_invites.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/send_invites.html b/budget/templates/send_invites.html index 9ddded1..7b3bdc5 100644 --- a/budget/templates/send_invites.html +++ b/budget/templates/send_invites.html @@ -9,7 +9,7 @@ {% endblock %} {% block content %} <h2>{{ _("Invite people to join this project") }}</h2> -<p>{{ _("Specify a (comma separated) list of email adresses you want to notify about the +<p>{{ _("Specify a (comma separated) list of email adresses you want to notify about the creation of this budget management project and we will send them an email for you.") }}</p> <p>{{ _("If you prefer, you can") }} <a href="{{ url_for(".list_bills") }}">{{ _("skip this step") }}</a> {{ _("and notify them yourself") }}</p> |
