DBXE Rebranding

This commit is contained in:
felix 2024-02-23 09:10:19 +01:00
parent cf266fb4aa
commit 0ef8c498a2
1 changed files with 1 additions and 1 deletions

View File

@ -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!';
}