From d849e3016e3f6c37a45d74ff834d0c23b2e76be2 Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 4 Apr 2020 11:48:29 +1300 Subject: [PATCH] Capitalise PAN truncation From chat translation channel: "Pan truncation" should be written "PAN truncation" for Truncation of the primary account number (credit card number). Now it's obvious to translate! --- api/v3/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Payment.php b/api/v3/Payment.php index 32cff589fd..3ab01d934c 100644 --- a/api/v3/Payment.php +++ b/api/v3/Payment.php @@ -295,7 +295,7 @@ function _civicrm_api3_payment_create_spec(&$params) { 'pan_truncation' => [ 'name' => 'pan_truncation', 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Pan Truncation'), + 'title' => ts('PAN Truncation'), 'description' => ts('Last 4 digits of credit card'), 'maxlength' => 4, 'size' => 4, -- 2.25.1