diff --git a/CRM/Civicase/Hook/Permissions/CaseCategory.php b/CRM/Civicase/Hook/Permissions/CaseCategory.php index fe327fdec..172a2f016 100644 --- a/CRM/Civicase/Hook/Permissions/CaseCategory.php +++ b/CRM/Civicase/Hook/Permissions/CaseCategory.php @@ -1,8 +1,9 @@ permissions['Update cases with user role via webform'] = [ + 'label' => E::ts('Update cases via webform where user has a case role'), + 'description' => E::ts('Users with this permission will be able to update a case via webform if their linked contact record has a current role on a case.'), + ]; } /**