From 84fa8e2e7f1ba0785a54d10574b5a66809241bd7 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 19 Sep 2022 11:45:37 -0400 Subject: [PATCH] don't use internal identifier as a label --- CRM/Contact/Form/Search/Criteria.php | 2 -- templates/CRM/Admin/Form/CMSUser.tpl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CRM/Contact/Form/Search/Criteria.php b/CRM/Contact/Form/Search/Criteria.php index 4d3d1810de..effcd31cc3 100644 --- a/CRM/Contact/Form/Search/Criteria.php +++ b/CRM/Contact/Form/Search/Criteria.php @@ -326,7 +326,6 @@ class CRM_Contact_Form_Search_Criteria { * */ public static function getBasicSearchFields() { - $userFramework = CRM_Core_Config::singleton()->userFramework; return [ // For now an empty array is still left in place for ordering. 'sort_name' => [], @@ -385,7 +384,6 @@ class CRM_Contact_Form_Search_Criteria { ], 'uf_user' => [ 'name' => 'uf_user', - 'description' => ts('Does the contact have a %1 Account?', [$userFramework]), ], ]; } diff --git a/templates/CRM/Admin/Form/CMSUser.tpl b/templates/CRM/Admin/Form/CMSUser.tpl index e4b1a5dac2..093b1a2021 100644 --- a/templates/CRM/Admin/Form/CMSUser.tpl +++ b/templates/CRM/Admin/Form/CMSUser.tpl @@ -10,7 +10,7 @@ {* this template is for synchronizing CMS user*}
-

{ts 1=$config->userFramework}Synchronize %1 Users{/ts}

+

{ts}Synchronize Users{/ts}

{include file="CRM/common/formButtons.tpl" location="top"}
-- 2.25.1