improve error messages and language

This commit is contained in:
envoyr
2022-04-21 19:07:14 +02:00
parent e638511826
commit d3ae4c5d72
6 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
{% if alert_msg is defined and alert_msg is not empty %}
<div class="row mb-2">
<div class="mb-4">
{% include 'Froxlor/misc/alertbox.html.twig' %}
</div>
{% endif %}