From 9f3780d844520e2b55124b9771f5a562ccd2d691 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 17:22:28 +0100 Subject: [PATCH] Fix trans key --- config/adminlte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/adminlte.php b/config/adminlte.php index de6fe33..9c71a48 100644 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -288,7 +288,7 @@ return [ ] ], [ - 'text' => 'm_staff_members', + 'text' => 'm_staff_m', 'icon' => 'fas fa-fw fa-users', 'url' => '/hr/staff-members', 'can' => 'admin.stafflist'