diff --git a/config/invoiceshelf.php b/config/invoiceshelf.php index 4fc2e7b5..bfbe54e7 100644 --- a/config/invoiceshelf.php +++ b/config/invoiceshelf.php @@ -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, diff --git a/lang/en.json b/lang/en.json index ab3cb185..8516ea70 100644 --- a/lang/en.json +++ b/lang/en.json @@ -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",