From 1f867a2d450b9b524d9edb686b17d3399e968cc2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 May 2018 09:59:17 +0200 Subject: [PATCH] Reformat --- Theme/Backend/Lang/en.lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index c1d61cc..ab58df1 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -11,13 +11,13 @@ * @link http://website.orange-management.de */ return ['HumanResourceManagement' => [ - 'Birthday' => 'Birthday', - 'Clocking' => 'Clocking', + 'Birthday' => 'Birthday', + 'Clocking' => 'Clocking', 'Department' => 'Department', 'Departments' => 'Departments', - 'Email' => 'Email', + 'Email' => 'Email', 'Employees' => 'Employees', - 'History' => 'History', + 'History' => 'History', 'Name' => 'Name', 'Parent' => 'Parent', 'Personnel' => 'Personnel', @@ -25,6 +25,6 @@ return ['HumanResourceManagement' => [ 'Shifts' => 'Shifts', 'Staff' => 'Staff', 'Status' => 'Status', - 'Unit' => 'Unit', + 'Unit' => 'Unit', 'Vacation' => 'Vacation', ]];