mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Rename Roles to Company Roles in settings menu
This commit is contained in:
@@ -163,7 +163,7 @@ return [
|
|||||||
[
|
[
|
||||||
'title' => 'settings.roles.title',
|
'title' => 'settings.roles.title',
|
||||||
'group' => '',
|
'group' => '',
|
||||||
'name' => 'Roles',
|
'name' => 'Company Roles',
|
||||||
'link' => '/admin/settings/roles-settings',
|
'link' => '/admin/settings/roles-settings',
|
||||||
'icon' => 'UserGroupIcon',
|
'icon' => 'UserGroupIcon',
|
||||||
'owner_only' => true,
|
'owner_only' => true,
|
||||||
|
|||||||
@@ -1167,7 +1167,7 @@
|
|||||||
"please_enter_email": "Please Enter Email"
|
"please_enter_email": "Please Enter Email"
|
||||||
},
|
},
|
||||||
"roles": {
|
"roles": {
|
||||||
"title": "Roles",
|
"title": "Company Roles",
|
||||||
"description": "Manage the roles & permissions of this company",
|
"description": "Manage the roles & permissions of this company",
|
||||||
"save": "Save",
|
"save": "Save",
|
||||||
"add_new_role": "Add New Role",
|
"add_new_role": "Add New Role",
|
||||||
|
|||||||
Reference in New Issue
Block a user