autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent 2f8743c7f6
commit 95c23067f2
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -27,6 +27,6 @@ return ['Balance' => [
'Subtotal' => 'Zwischensumme',
'Total' => 'Summe',
'Diff' => 'Diff',
'Settings' => 'Settings',
'Settings' => 'Settings',
'Diff%' => 'Diff %',
]];

View File

@ -27,6 +27,6 @@ return ['Balance' => [
'Subtotal' => 'Subtotal',
'Total' => 'Total',
'Diff' => 'Diff',
'Settings' => 'Settings',
'Settings' => 'Settings',
'Diff%' => 'Diff %',
]];