mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Add spaces before ellipses … (#257)
This commit is contained in:
committed by
Raphael Michel
parent
1593787302
commit
2166fa6f4a
@@ -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 %}
|
||||
|
||||
@@ -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 () {
|
||||
}
|
||||
}
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user