From 619a95b4701c48b5a6137b50e1972ed37e11aff4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 6 Aug 2021 19:25:46 +0200 Subject: [PATCH] add dashboard link name --- Theme/Backend/Lang/Navigation.en.lang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index d202ca6..45409f5 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -14,6 +14,7 @@ declare(strict_types=1); return ['Navigation' => [ 'Wiki' => 'Wiki', + 'Dashboard' => 'Dashboard', 'Categories' => 'Categories', 'Apps' => 'Apps', ]];