diff --git a/CRM/Report/Form/Instance.php b/CRM/Report/Form/Instance.php index 4230e15063dbdb50c1865f9200234be0c59e8287..e46bf73c4f385f675c917fbd55e6b8809344fb93 100644 --- a/CRM/Report/Form/Instance.php +++ b/CRM/Report/Form/Instance.php @@ -125,6 +125,7 @@ class CRM_Report_Form_Instance { 'size' => 5, 'style' => 'width:240px', 'class' => 'advmultiselect', + 'title' => ts('ACL Group/Role'), ] ); $grouprole->setButtonAttributes('add', ['value' => ts('Add >>')]);