Add spaces before ellipses … (#257)

This commit is contained in:
Tobias Kunze
2016-10-02 17:05:06 +02:00
committed by Raphael Michel
parent 1593787302
commit 2166fa6f4a
11 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
<span class="fa big-grey-icon fa-cog fa big-rotating-icon"></span>
</p>
<p>
{% trans "The result of your import is in progress. Please be patient while we process the data…" %}
{% trans "The result of your import is in progress. Please be patient while we process the data …" %}
</p>
</div>
{% else %}

View File

@@ -44,7 +44,7 @@ var pretixstripe = {
}
},
'request': function () {
waitingDialog.show(gettext("Contacting Stripe…"));
waitingDialog.show(gettext("Contacting Stripe …"));
$(".stripe-errors").hide();
Stripe.card.createToken(
{
@@ -118,4 +118,4 @@ $(function () {
}
}
);
});
});