From 7f9a41e7207ea822c6e069792c023f315193ede7 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 064cf9f..93642fa 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -14,8 +14,8 @@ return ['Navigation' => [ 'Analysis' => 'Analysis', 'Articles' => 'Articles', 'Create' => 'Create', - 'Invoices' => 'Invoices', 'Invoice' => 'Invoice', + 'Invoices' => 'Invoices', 'List' => 'List', 'OrderSuggestions' => 'Order Suggestions', 'PendingOrders' => 'Pending Orders', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index d03313f..6932ae0 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -65,10 +65,10 @@ return ['Purchase' => [ 'Name3' => 'Name 3', 'Offer' => 'Offer', 'Order' => 'Order', - 'Orders' => 'Orders', 'Ordered' => 'Ordered', 'OrderedBy' => 'Ordered By', 'OrderedDate' => 'Ordered Date', + 'Orders' => 'Orders', 'Payment' => 'Payment', 'Price' => 'Price', 'Priority' => 'Priority',