Updated wrong trans() key names
This commit is contained in:
parent
f7614916bf
commit
c6685331a8
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue