diff --git a/templates/_flash.html.twig b/templates/_flash.html.twig
index 2a38ca1a..b51b28e3 100644
--- a/templates/_flash.html.twig
+++ b/templates/_flash.html.twig
@@ -1,6 +1,6 @@
{# The container to show the flash messages #}
-
+
{% for label, messages in app.flashes() %}
{% for message in messages %}
{% set flash_title = label|replace({'success': 'flash.success', 'error': 'flash.error'
@@ -10,14 +10,14 @@
{% set flash_bg = label|replace({'success': 'bg-success text-white',
'error': 'bg-danger text-white', 'warning': 'bg-warning text-white',
- 'notice': 'bg-info text-white', 'info': 'bg'})%}
+ 'notice': 'bg-info text-white', 'info': 'bg-light'})%}
-
+
{# #}
{{ flash_title|trans }}
- {#11 mins ago #}
+ {{ "now" | format_datetime("short", "short") }}