diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 411b96d..a527819 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -22,6 +22,7 @@ return ['Organization' => [ 'Parent' => '', 'Position' => '', 'Positions' => '', + 'Search' => '', 'Status' => '', 'Unit' => '', 'UnitLogo' => '', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 04a0309..e0e44a8 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -22,6 +22,7 @@ return ['Organization' => [ 'Parent' => 'Parent', 'Position' => 'Position', 'Positions' => 'Positions', + 'Search' => '', 'Status' => 'Status', 'Unit' => 'Unit', 'UnitLogo' => 'Unit Logo',