diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 99f099c..c3029c4 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -10,7 +10,7 @@ return [ [ 'dest' => '\Modules\IncomeStatement\Controller\BackendController:viewPLDashboard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::MODULE_NAME, 'type' => PermissionType::READ, diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 997cec1..36a8f2d 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -21,7 +21,7 @@ return ['IncomeStatement' => [ 'Interval' => 'Interval', 'Environment' => 'Environment', 'Monthly' => 'Monthly', - 'Settings' => 'Settings', + 'Settings' => 'Settings', 'Quarterly' => 'Quarterly', 'Annually' => 'Annually', 'Category' => 'Category',