From 603cef3f19b47b6d2f8e35f0b3ff9e23c96ee932 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 24b67b1..e3d437d 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -12,6 +12,6 @@ */ return ['Navigation' => [ 'Analyze' => 'Analyze', - 'List' => 'List', 'Create' => 'Create', + 'List' => 'List', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 0608455..8875290 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -12,12 +12,11 @@ */ return ['ItemManagement' => [ 'Accounting' => 'Accounting', - 'IsActive' => 'Active?', 'All' => 'All', 'Article' => 'Article', 'Articlegroup' => 'Articlegroup', - 'Attributes' => 'Attributes', 'Attribute' => 'Attribute', + 'Attributes' => 'Attributes', 'Available' => 'Available', 'Bonus' => 'Bonus', 'ClientGroup' => 'Client/Group', @@ -44,6 +43,7 @@ return ['ItemManagement' => [ 'Height' => 'Height', 'ID' => 'ID', 'Info' => 'Info', + 'IsActive' => 'Active?', 'Item' => 'Item', 'Items' => 'Items', 'Language' => 'Language',