From 4ebe471131ac8f83fff8cc4212261d4ed74cb7f0 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 29 Jul 2023 14:24:03 +0200 Subject: [PATCH] Fix indentation of translation string --- ihatemoney/templates/send_invites.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ihatemoney/templates/send_invites.html b/ihatemoney/templates/send_invites.html index 46a2f239..4fae9450 100644 --- a/ihatemoney/templates/send_invites.html +++ b/ihatemoney/templates/send_invites.html @@ -30,8 +30,7 @@

{{ _('Send via Emails') }}

-

{{ _("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 with the invitation link.") }}

+

{{ _("Specify a list of email adresses (separated by comma) of people you want to notify about the creation of this project. We will send them an email with the invitation link.") }}

{% include "display_errors.html" %}
{{ forms.invites(form) }}