diff --git a/Admin/Install/Application/QA/info.json b/Admin/Install/Application/QA/info.json index 3be73ac..d477bc1 100755 --- a/Admin/Install/Application/QA/info.json +++ b/Admin/Install/Application/QA/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "The shop application.", "directory": "Shop", diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index b13db73..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/QA/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/Docs/Dev/img/er.png b/Docs/Dev/img/er.png deleted file mode 100644 index ab9290f..0000000 Binary files a/Docs/Dev/img/er.png and /dev/null differ diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index d169768..55beb4f 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -21,6 +21,6 @@ return ['QA' => [ 'Badges' => 'Abzeichen', 'Title' => 'Titel', 'Name' => 'Name', - 'App' => 'App', + 'App' => 'App', 'Apps' => 'Apps', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 32165f5..3ba273e 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -21,6 +21,6 @@ return ['QA' => [ 'Badges' => 'Badges', 'Title' => 'Title', 'Name' => 'Name', - 'App' => 'App', + 'App' => 'App', 'Apps' => 'Apps', ]]; diff --git a/Theme/Backend/qa-app-view.tpl.php b/Theme/Backend/qa-app-view.tpl.php index b0548b3..80aee39 100644 --- a/Theme/Backend/qa-app-view.tpl.php +++ b/Theme/Backend/qa-app-view.tpl.php @@ -15,7 +15,7 @@ declare(strict_types=1); use Modules\QA\Models\NullQAApp; use phpOMS\Uri\UriFactory; -$app = $this->data['app'] ?? new NullQAApp(); +$app = $this->data['app'] ?? new NullQAApp(); $isNew = $app->id === 0; /** @var \phpOMS\Views\View $this */ diff --git a/info.json b/info.json index ea9f70d..20d5987 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "QA module.", "directory": "QA",