diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 78d0b952..749c9070 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -164,13 +164,14 @@
{{ _("Nothing to list yet.")}}
- {{ _("You probably want to") }}
- {%- if g.project.members %}
- {{- _("add a bill") -}}
- ?
- {% else %}
- {{- _('add participants') -}}
- ?
+ {%- if g.project.members %}
+
+ {{- _("Add your first bill") -}}
+
+ {% else %}
+
+ {{- _("Add the first participant") -}}
+
{%- endif -%}