From e3b0944f68e9b266d9f02998f2b9f086c025e8c8 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 502c0ee..6886dd9 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' => [ - 'P&L' => 'P&L', 'Dashboard' => 'Dashboard', + 'P&L' => 'P&L', ]];