From 7c84bed891a0897ec5ca3019f45a7831d373b5fa 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 04dcc2a..042502a 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -14,6 +14,6 @@ return ['Navigation' => [ 'Create' => 'Create', 'Dashboard' => 'Dashboard', 'Templates' => 'Templates', - 'Workflows' => 'Workflows', 'Workflow' => 'Workflow', + 'Workflows' => 'Workflows', ]];