From c6685331a897a09dd0e4b1472064f108ccef4d18 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 17:00:09 +0100 Subject: [PATCH] Updated wrong trans() key names --- config/adminlte.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/adminlte.php b/config/adminlte.php index 1a1806c..de6fe33 100644 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -236,7 +236,9 @@ return [ ], ], - 'h_my_profile', + [ + 'header' => 'h_my_profile', + ], [ 'text' => 'm_profile_settings', 'url' => '/profile/settings', @@ -276,7 +278,7 @@ return [ 'can' => 'applications.view.all' ], [ - 'header' => 'h_administration', + 'header' => 'h_admin', 'can' => [ // may need to be modified 'admin.hiring.*', 'admin.userlist',