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',