diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 127eabc3..2d241e5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,7 +20,7 @@ Changed - Simpler and safer authentication logic (#270) - Use token based auth to reset passwords (#269) - Better install doc (#275) -- Use token based auth in invitation e-mails +- Use token based auth in invitation e-mails (#280) Added ===== diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 13866369..e4034d48 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -92,7 +92,7 @@ {% endblock %} {% block content %} -
{{ _("The project identifier is") }} {{ g.project.id }}, {{ _("remember it!") }}
+
{{ _("Invite people to join this project!") }}
{{ _("Add a new bill") }}