From 6fd1346c1f731cbc908a9e29c7e90b6a8f68cc87 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/en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index ab79c38..b71f68d 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -22,6 +22,6 @@ return ['Organization' => [ 'Positions' => 'Positions', 'Status' => 'Status', 'Unit' => 'Unit', - 'Units' => 'Units', 'UnitLogo' => 'Unit Logo', + 'Units' => 'Units', ]];