diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 3cf1192..b6bb8fc 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -10,7 +10,7 @@ return [ [ 'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::MODULE_NAME, 'type' => PermissionType::READ, diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 60e422e..21cda51 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -27,6 +27,6 @@ return ['Balance' => [ 'Subtotal' => 'Zwischensumme', 'Total' => 'Summe', 'Diff' => 'Diff', - 'Settings' => 'Settings', + 'Settings' => 'Settings', 'Diff%' => 'Diff %', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b6947ad..3881185 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -27,6 +27,6 @@ return ['Balance' => [ 'Subtotal' => 'Subtotal', 'Total' => 'Total', 'Diff' => 'Diff', - 'Settings' => 'Settings', + 'Settings' => 'Settings', 'Diff%' => 'Diff %', ]];