This filter can be used to change the administrator or group manageable label at the front end.
apply_filters('pm_filter_group_admin_label',$admin_label,$gid);
$admin_label is the value label to display for group manager or administrator.
$gid is the group ID.