mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
occured -> occurred (#660)
* Fix duplicate source string * occured -> occurred All resources I could find listed this as misspelled, but I wasn't too sure… Also, it should be checked if all changes to the .po-files are respected in the corresponding src-files.
This commit is contained in:
committed by
Raphael Michel
parent
66483b6ae8
commit
831e31ea9d
@@ -15,7 +15,7 @@
|
||||
{% else %}
|
||||
{% if job.state == "error" %}
|
||||
<div class="alert alert-danger">
|
||||
{% trans "An internal error occured during processing your data." %}
|
||||
{% trans "An internal error occurred during processing your data." %}
|
||||
</div>
|
||||
{% elif transactions_ignored == 0 and transactions_invalid == 0 and transactions_valid == 0 %}
|
||||
<div class="alert alert-info">
|
||||
|
||||
Reference in New Issue
Block a user