From 2df85651e54a2214e2ff8d5b29c473f5ac172a86 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 9c2f681..8b19259 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -29,8 +29,8 @@ return ['Accounting' => [ 'EntryDate' => 'Entry Date', 'Evaluation' => 'Evaluation', 'ExternalVoucher' => 'External Voucher', - 'Incoming' => 'Incoming', 'GL' => 'GL', + 'Incoming' => 'Incoming', 'List' => 'List', 'Name' => 'Name', 'Outgoing' => 'Outgoing',