OpenXE rebranding

This commit is contained in:
Xenomporio
2022-10-14 14:22:08 +02:00
parent 9d6b86b5f9
commit 1ce413a763
32 changed files with 292 additions and 463 deletions
+1 -1
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 : 'Xenomporio: Es ist ein unerwarteter Fehler aufgetreten!';
$this->title = !empty($title) ? (string)$title : 'OpenXE: Es ist ein unerwarteter Fehler aufgetreten!';
}