Updated wrong trans() key names

This commit is contained in:
Miguel Nogueira 2020-09-03 17:00:09 +01:00
parent f7614916bf
commit c6685331a8
1 changed files with 4 additions and 2 deletions

View File

@ -236,7 +236,9 @@ return [
], ],
], ],
'h_my_profile', [
'header' => 'h_my_profile',
],
[ [
'text' => 'm_profile_settings', 'text' => 'm_profile_settings',
'url' => '/profile/settings', 'url' => '/profile/settings',
@ -276,7 +278,7 @@ return [
'can' => 'applications.view.all' 'can' => 'applications.view.all'
], ],
[ [
'header' => 'h_administration', 'header' => 'h_admin',
'can' => [ // may need to be modified 'can' => [ // may need to be modified
'admin.hiring.*', 'admin.hiring.*',
'admin.userlist', 'admin.userlist',