Improve error messages.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-12-23 15:19:52 +00:00
parent cce7c928d5
commit a80355cf2f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function showAlert(type, icon, title, message) {
opts = {
type: "danger",
icon: "glyphicon glyphicon-remove",
title: "Error, something went wrong!",
title: "&nbsp;<strong>Error, something went wrong!</strong><br>",
message: message
};
if (info) {