mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Replace Travis with GitHub actions and fix many typos (#1657)
* Create django.yml * Fix working directory * .. * . * .. * a. * .. * . * Fix typo * Install hunspell * maxfail * Fix install * . * Reduce number of typos * Even less typos * Postgres debug * Spelling fixes, yet again * Postgres with PW * Fix failing test * New workflows * Fix syntax error * Install gettext * Test aginst python 3.6 as well * Clean up strategies * Add badge, do not ignore migrations * Use pip cache
This commit is contained in:
@@ -104,7 +104,7 @@ class BankTransfer(BasePaymentProvider):
|
||||
required=False
|
||||
)),
|
||||
('omit_hyphen', forms.BooleanField(
|
||||
label=_('Do not include a hypen in the payment reference.'),
|
||||
label=_('Do not include a hyphen in the payment reference.'),
|
||||
help_text=_('This is required in some countries.'),
|
||||
required=False
|
||||
)),
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{% if job.state == "error" %}
|
||||
<div class="alert alert-danger">
|
||||
{% trans "An internal error occurred during processing your data." %}
|
||||
{% trans "Some transactions might be missing, please try ot re-import the file." %}
|
||||
{% trans "Some transactions might be missing, please try to re-import the file." %}
|
||||
</div>
|
||||
{% elif transactions_ignored == 0 and transactions_invalid == 0 and transactions_valid == 0 %}
|
||||
<div class="alert alert-info">
|
||||
|
||||
@@ -171,7 +171,7 @@ class StripeSettingsHolder(BasePaymentProvider):
|
||||
forms.ChoiceField(
|
||||
choices=allcountries,
|
||||
label=_('Merchant country'),
|
||||
help_text=_('The country in which your Stripe-account is registred in. Usually, this is your '
|
||||
help_text=_('The country in which your Stripe-account is registered in. Usually, this is your '
|
||||
'country of residence.'),
|
||||
)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user