mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Fix indentation of translation string
This commit is contained in:
parent
266fc42744
commit
4ebe471131
1 changed files with 1 additions and 2 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Reference in a new issue