Change Do Not SMS privacy icon
authorAndy Burns <18341942+andyburnsco@users.noreply.github.com>
Thu, 2 Sep 2021 21:35:20 +0000 (17:35 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 21:35:20 +0000 (17:35 -0400)
See https://lab.civicrm.org/dev/core/-/issues/2754

CRM/Core/Smarty/plugins/function.privacyFlag.php

index b6e76b11f2afe1ca23f5dbffe5b063adc385cf40..eab1a587ff7914312b2f64a12ef9e365c8cb34e5 100644 (file)
@@ -36,7 +36,7 @@ function smarty_function_privacyFlag($params, &$smarty) {
     'do_not_phone' => 'fa-phone',
     'do_not_email' => 'fa-paper-plane',
     'do_not_mail' => 'fa-envelope',
-    'do_not_sms' => 'fa-mobile',
+    'do_not_sms' => 'fa-comments-o',
     'do_not_trade' => 'fa-exchange',
     'is_opt_out' => 'fa-paper-plane-o',
   ];