From 0ef8c498a2963ec868a316b1de45281e635c5943 Mon Sep 17 00:00:00 2001 From: felix Date: Fri, 23 Feb 2024 09:10:19 +0100 Subject: [PATCH] DBXE Rebranding --- classes/Core/ErrorHandler/ErrorPageData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Core/ErrorHandler/ErrorPageData.php b/classes/Core/ErrorHandler/ErrorPageData.php index 469d65df..34f60f02 100644 --- a/classes/Core/ErrorHandler/ErrorPageData.php +++ b/classes/Core/ErrorHandler/ErrorPageData.php @@ -20,7 +20,7 @@ final class ErrorPageData implements JsonSerializable public function __construct($exception, $title = null) { $this->exception = $exception; - $this->title = !empty($title) ? (string)$title : 'OpenXE: Es ist ein unerwarteter Fehler aufgetreten!'; + $this->title = !empty($title) ? (string)$title : 'DBXE: Es ist ein unerwarteter Fehler aufgetreten!'; }