diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 6274e99..e2389d9 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -17,10 +17,10 @@ return ['Navigation' => [ 'Create' => 'Create', 'Delete' => 'Delete', 'Departments' => 'Departments', - 'Projects' => 'Projects', 'Processes' => 'Processes', - 'Risks' => 'Risks', + 'Projects' => 'Projects', 'RiskManagement' => 'Risk Management', + 'Risks' => 'Risks', 'Settings' => 'Settings', 'Solutions' => 'Solutions', 'Units' => 'Units', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 73dc284..6a1bbf1 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -33,12 +33,12 @@ return ['RiskManagement' => [ 'Front' => 'Front', 'History' => 'History', 'Interval' => 'Interval', - 'LastReevaluation' => 'Last Reevaluation', 'Language' => 'Language', - 'Limit' => 'Limit', + 'LastReevaluation' => 'Last Reevaluation', 'Level' => 'Level', - 'MainCause' => 'Main Cause', + 'Limit' => 'Limit', 'MainCategory' => 'Main Category', + 'MainCause' => 'Main Cause', 'MainDepartment' => 'Main Department', 'Manager' => 'Manager', 'Media' => 'Media', @@ -59,8 +59,8 @@ return ['RiskManagement' => [ 'Ratio' => 'Ratio', 'Reduction' => 'Reduction', 'RemainingRisk' => 'Remaining Risk', - 'Responsible' => 'Responsible', 'Responsibility' => 'Responsibility', + 'Responsible' => 'Responsible', 'Review' => 'Review', 'Risk' => 'Risk', 'RiskAcceptance' => 'Risk Acceptance', @@ -73,8 +73,8 @@ return ['RiskManagement' => [ 'RiskObjectStatus' => 'Risk Object Status', 'RiskProbabilities' => 'Risk Probabilities', 'RiskProtection' => 'Risk Protection', - 'RiskStatus' => 'Risk Status', 'Risks' => 'Risks', + 'RiskStatus' => 'Risk Status', 'Select' => 'Select', 'Severity' => 'Severity', 'Solution' => 'Solution', @@ -83,8 +83,8 @@ return ['RiskManagement' => [ 'Status' => 'Status', 'Theme' => 'Theme', 'Title' => 'Title', - 'Total' => 'Total', 'TopRisks' => 'Top Risks', + 'Total' => 'Total', 'Type' => 'Type', 'Unit' => 'Unit', 'Units' => 'Units',