From a80355cf2f72ee1e3cccc9e7fb95ef7924e1c7a2 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 23 Dec 2019 15:19:52 +0000 Subject: [PATCH] Improve error messages. Signed-off-by: DL6ER --- scripts/pi-hole/js/groups-adlists.js | 2 +- scripts/pi-hole/js/groups-clients.js | 2 +- scripts/pi-hole/js/groups-domains.js | 2 +- scripts/pi-hole/js/groups.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/pi-hole/js/groups-adlists.js b/scripts/pi-hole/js/groups-adlists.js index bd49f4b4..44b048d7 100644 --- a/scripts/pi-hole/js/groups-adlists.js +++ b/scripts/pi-hole/js/groups-adlists.js @@ -46,7 +46,7 @@ function showAlert(type, icon, title, message) { opts = { type: "danger", icon: "glyphicon glyphicon-remove", - title: "Error, something went wrong!", + title: " Error, something went wrong!
", message: message }; if (info) { diff --git a/scripts/pi-hole/js/groups-clients.js b/scripts/pi-hole/js/groups-clients.js index a1722b21..48d33cd4 100644 --- a/scripts/pi-hole/js/groups-clients.js +++ b/scripts/pi-hole/js/groups-clients.js @@ -46,7 +46,7 @@ function showAlert(type, icon, title, message) { opts = { type: "danger", icon: "glyphicon glyphicon-remove", - title: "Error, something went wrong!", + title: " Error, something went wrong!
", message: message }; if (info) { diff --git a/scripts/pi-hole/js/groups-domains.js b/scripts/pi-hole/js/groups-domains.js index 403cfe43..fd9a9eb2 100644 --- a/scripts/pi-hole/js/groups-domains.js +++ b/scripts/pi-hole/js/groups-domains.js @@ -46,7 +46,7 @@ function showAlert(type, icon, title, message) { opts = { type: "danger", icon: "glyphicon glyphicon-remove", - title: "Error, something went wrong!", + title: " Error, something went wrong!
", message: message }; if (info) { diff --git a/scripts/pi-hole/js/groups.js b/scripts/pi-hole/js/groups.js index 208cc123..c2f5ef83 100644 --- a/scripts/pi-hole/js/groups.js +++ b/scripts/pi-hole/js/groups.js @@ -45,7 +45,7 @@ function showAlert(type, icon, title, message) { opts = { type: "danger", icon: "glyphicon glyphicon-remove", - title: "Error, something went wrong!", + title: " Error, something went wrong!
", message: message }; if (info) {