Fix indentation of translation string

This commit is contained in:
Baptiste Jonglez 2023-07-29 14:24:03 +02:00 committed by zorun
parent 266fc42744
commit 4ebe471131

View file

@ -30,8 +30,7 @@
<h3>{{ _('Send via Emails') }}</h3>
</td>
<td>
<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 with the invitation link.") }}</p>
<p>{{ _("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.") }}</p>
{% include "display_errors.html" %}
<form class="invites form-horizontal" method="post" accept-charset="utf-8">
{{ forms.invites(form) }}