From 004cb991d234c1cd356b1c0dba32095413ab9c37 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 May 2018 14:54:55 +0200 Subject: [PATCH] Fix Exchange draft --- Theme/Backend/Lang/Navigation.en.lang.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 224c035..e413d54 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -11,9 +11,7 @@ * @link http://website.orange-management.de */ return ['Navigation' => [ - 'Dashboard' => 'Dashboard', - 'Exchange' => 'Exchange', - 'Export' => 'Export', - 'Import' => 'Import', - 'Setup' => 'Setup', + 'Logs' => 'Logs', + 'Monitoring' => 'Monitoring', + 'Security' => 'Security', ]];