From c041f8e86ba327da19ba60e0f1f53024cc3ad433 Mon Sep 17 00:00:00 2001 From: colemanw Date: Sun, 1 Oct 2023 14:03:45 -0400 Subject: [PATCH] Update icon for relationship permission --- CRM/Core/SelectValues.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/SelectValues.php b/CRM/Core/SelectValues.php index b416d0e7fe..e3886e2fd1 100644 --- a/CRM/Core/SelectValues.php +++ b/CRM/Core/SelectValues.php @@ -1091,7 +1091,7 @@ class CRM_Core_SelectValues { 'id' => CRM_Contact_BAO_Relationship::EDIT, 'name' => 'View and update', 'label' => ts('View and update'), - 'icon' => 'fa-pencil', + 'icon' => 'fa-pencil-square', ], ]; } -- 2.25.1