diff --git a/internal/locales/de.json b/internal/locales/de.json index 50951fb..66b23f5 100644 --- a/internal/locales/de.json +++ b/internal/locales/de.json @@ -3,7 +3,7 @@ "nav.dashboard": "Dashboard", "nav.filter_debug": "Filter-Debug", "nav.settings": "Einstellungen", - "restart_banner.message": "Fail2ban Konfiguration geändert! Um Änderungen zu übernehmen bitte: ", + "restart_banner.message": "Fail2ban Konfiguration geändert. Um Änderungen zu übernehmen bitte ", "restart_banner.button": "Service neu starten", "dashboard.title": "Dashboard", "dashboard.overview": "Aktive Jails und Blocks Übersicht", diff --git a/internal/locales/en.json b/internal/locales/en.json index 906ae2d..c3a202c 100644 --- a/internal/locales/en.json +++ b/internal/locales/en.json @@ -3,7 +3,7 @@ "nav.dashboard": "Dashboard", "nav.filter_debug": "Filter Debug", "nav.settings": "Settings", - "restart_banner.message": "Fail2ban configuration changed! To apply the changes, please: ", + "restart_banner.message": "Fail2ban configuration changed. To apply the changes, please ", "restart_banner.button": "Restart Service", "dashboard.title": "Dashboard", "dashboard.overview": "Overview active Jails and Blocks", diff --git a/internal/locales/es.json b/internal/locales/es.json index 5cc45fd..0945863 100644 --- a/internal/locales/es.json +++ b/internal/locales/es.json @@ -3,7 +3,7 @@ "nav.dashboard": "Panel de control", "nav.filter_debug": "Depuración de filtros", "nav.settings": "Configuración", - "restart_banner.message": "¡Configuración de Fail2ban modificada! Para aplicar los cambios, por favor: ", + "restart_banner.message": "¡Configuración de Fail2ban modificada. Para aplicar los cambios, por favor ", "restart_banner.button": "Reiniciar servicio", "dashboard.title": "Panel de control", "dashboard.overview": "Resumen de Jails y Bloqueos activos", diff --git a/internal/locales/fr.json b/internal/locales/fr.json index 32ff476..8f37b50 100644 --- a/internal/locales/fr.json +++ b/internal/locales/fr.json @@ -3,7 +3,7 @@ "nav.dashboard": "Tableau de bord", "nav.filter_debug": "Débogage des filtres", "nav.settings": "Paramètres", - "restart_banner.message": "Configuration Fail2ban modifiée ! Pour appliquer les changements, veuillez: ", + "restart_banner.message": "Configuration Fail2ban modifiée. Pour appliquer les changements, veuillez ", "restart_banner.button": "Redémarrer le service", "dashboard.title": "Tableau de bord", "dashboard.overview": "Vue d'ensemble des jails et blocages actifs", diff --git a/internal/locales/it.json b/internal/locales/it.json index 9336462..28505a2 100644 --- a/internal/locales/it.json +++ b/internal/locales/it.json @@ -3,7 +3,7 @@ "nav.dashboard": "Cruscotto", "nav.filter_debug": "Debug Filtro", "nav.settings": "Impostazioni", - "restart_banner.message": "Configurazione di Fail2ban modificata! Per applicare le modifiche, per favore: ", + "restart_banner.message": "Configurazione di Fail2ban modificata. Per applicare le modifiche, per favore ", "restart_banner.button": "Riavvia il servizio", "dashboard.title": "Cruscotto", "dashboard.overview": "Panoramica dei jail e dei blocchi attivi", diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html index c09888e..200c06f 100644 --- a/pkg/web/templates/index.html +++ b/pkg/web/templates/index.html @@ -22,21 +22,23 @@