diff --git a/zefie_wtvp_minisrv/WTVShared.js b/zefie_wtvp_minisrv/WTVShared.js index b3b29945..b6099c85 100644 --- a/zefie_wtvp_minisrv/WTVShared.js +++ b/zefie_wtvp_minisrv/WTVShared.js @@ -432,7 +432,7 @@ class WTVShared { break; case 400: case 500: - if (data === null) data = "HackTV ran into a technical problem."; + if (data === null) data = this.minisrv_config.config.service_name + " ran into a technical problem."; if (pc_mode) headers = "500 Internal Server Error\n"; else headers = code + " " + data + "\n"; headers += "Content-Type: text/html\n";