From 3b9b9cb527e6e146ce11b3df99c7588dcef83935 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 0daee36..e99cb16 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -15,8 +15,8 @@ return ['Navigation' => [ 'Articles' => 'Articles', 'Clients' => 'Clients', 'Create' => 'Create', - 'Invoices' => 'Invoices', 'Invoice' => 'Invoice', + 'Invoices' => 'Invoices', 'Profile' => 'Profile', 'Sales' => 'Sales', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1f7a27b..e022afd 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -69,9 +69,9 @@ return ['Sales' => [ 'Name3' => 'Name 3', 'Offer' => 'Offer', 'Order' => 'Order', - 'Orders' => 'Orders', 'Ordered' => 'Ordered', 'OrderedBy' => 'Ordered By', + 'Orders' => 'Orders', 'Payment' => 'Payment', 'Price' => 'Price', 'Priority' => 'Priority',