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