diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 95902c7..b7ceb64 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -11,11 +11,11 @@ * @link https://orange-management.org */ return ['Navigation' => [ - 'Create' => 'Create', - 'Auditor' => 'Auditor', + 'Accounts' => 'Accounts', 'Audit' => 'Audit', + 'Auditor' => 'Auditor', 'Audits' => 'Audits', + 'Create' => 'Create', 'List' => 'List', 'Modules' => 'Modules', - 'Accounts' => 'Accounts', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b2cc8c9..930fcd1 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -11,16 +11,16 @@ * @link https://orange-management.org */ return ['Auditor' => [ - 'By' => 'By', - 'Auditor' => 'Auditor', 'Audit' => 'Audit', + 'Auditor' => 'Auditor', 'Audits' => 'Audits', - 'Date' => 'Date', + 'By' => 'By', 'Content' => 'Content', - 'Old' => 'Old', - 'New' => 'New', - 'Type' => 'Type', - 'Subtype' => 'Subtype', + 'Date' => 'Date', 'Module' => 'Module', 'Name' => 'Name', + 'New' => 'New', + 'Old' => 'Old', + 'Subtype' => 'Subtype', + 'Type' => 'Type', ]];