diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 41c9e5a..9775471 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,6 +1,6 @@ [\n" diff --git a/Interfaces/OMS/Lang/en.lang.php b/Interfaces/OMS/Lang/en.lang.php index 1442292..9dabfad 100755 --- a/Interfaces/OMS/Lang/en.lang.php +++ b/Interfaces/OMS/Lang/en.lang.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * Orange Management + * Karaka * * PHP Version 8.0 * @@ -10,7 +10,7 @@ declare(strict_types=1); * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://karaka.app */ return [ 'Language' => 'Language', diff --git a/Interfaces/OMS/export.tpl.php b/Interfaces/OMS/export.tpl.php index c6f8d37..4d615da 100755 --- a/Interfaces/OMS/export.tpl.php +++ b/Interfaces/OMS/export.tpl.php @@ -1,6 +1,6 @@ interface = new InterfaceManager(__DIR__ . '/testInterface.json'); $this->interface->load(); - $this->interface->set('website', 'https://orange-management.org'); - self::assertEquals('https://orange-management.org', $this->interface->get()['website']); + $this->interface->set('website', 'https://karaka.app'); + self::assertEquals('https://karaka.app', $this->interface->get()['website']); self::assertNotEquals( \json_decode(\file_get_contents(__DIR__ . '/testInterface.json'), true), diff --git a/tests/Models/NullExchangeLogTest.php b/tests/Models/NullExchangeLogTest.php index f0998e8..9ded58a 100644 --- a/tests/Models/NullExchangeLogTest.php +++ b/tests/Models/NullExchangeLogTest.php @@ -1,6 +1,6 @@