From bcaff0a770c0bfea4f247492b1a4bcb77b87846a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Oct 2019 21:09:53 +0200 Subject: [PATCH] fix lang indention and order --- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 18dc601..e1dbd03 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -11,6 +11,6 @@ * @link https://orange-management.org */ return ['Navigation' => [ - 'QA' => 'QA', 'Badges' => 'Badges', + 'QA' => 'QA', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index afd896b..dedb807 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -11,8 +11,8 @@ * @link https://orange-management.org */ return ['QA' => [ - 'QA' => 'QA', 'Badges' => 'Badges', 'List' => 'List', 'Name' => 'Name', + 'QA' => 'QA', ]];