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
@@ -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