Bank transfer: Improve error message

This commit is contained in:
Raphael Michel
2019-03-26 09:46:40 +01:00
parent 487418678c
commit b2471169af

View File

@@ -16,6 +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." %}
</div>
{% elif transactions_ignored == 0 and transactions_invalid == 0 and transactions_valid == 0 %}
<div class="alert alert-info">