From 2721233098547a3eccb0d39bb35a0f3c365bcdda Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 22 Mar 2021 09:33:54 +1300 Subject: [PATCH] Fix ts to E::ts --- ext/authx/authx.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/authx/authx.php b/ext/authx/authx.php index 66ab1e41f0..95fd219557 100644 --- a/ext/authx/authx.php +++ b/ext/authx/authx.php @@ -220,8 +220,8 @@ function authx_civicrm_themes(&$themes) { * @see CRM_Utils_Hook::permission() */ function authx_civicrm_permission(&$permissions) { - $permissions['authenticate with password'] = ts('AuthX: Authenticate to services with password'); - $permissions['authenticate with api key'] = ts('AuthX: Authenticate to services with API key'); + $permissions['authenticate with password'] = E::ts('AuthX: Authenticate to services with password'); + $permissions['authenticate with api key'] = E::ts('AuthX: Authenticate to services with API key'); } // --- Functions below this ship commented out. Uncomment as required. --- -- 2.25.1