Skip to content

Commit

Permalink
Fix indentation of translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez authored and zorun committed Jul 29, 2023
1 parent 266fc42 commit 4ebe471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ihatemoney/templates/send_invites.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h3>{{ _('Scan QR code') }}</h3>
<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) }}
Expand Down

0 comments on commit 4ebe471

Please sign in to comment.