diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 6ba8991..f8296f1 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -11,8 +11,8 @@ * @link https://orange-management.org */ return ['Navigation' => [ - 'Help' => 'Help', - 'General' => 'General', - 'Modules' => 'Modules', 'Developer' => 'Developer', + 'General' => 'General', + 'Help' => 'Help', + 'Modules' => 'Modules', ]];