From: Guillaume Sorel <49272839+GuillaumeSorel@users.noreply.github.com> Date: Fri, 3 Apr 2020 11:49:35 +0000 (+0200) Subject: Update FinancialTrxn.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=031f6a5f6b4d253b9c301ef84299047aa3e55cb7;p=civicrm-core.git Update FinancialTrxn.php PAN is an acronym for Primary Account Number (credit card number) and writing it full in uppercase will make it more obvious for people to translate as I really wondered even with context what it meant. --- diff --git a/CRM/Financial/DAO/FinancialTrxn.php b/CRM/Financial/DAO/FinancialTrxn.php index 4c664b179a..c7071fea9f 100644 --- a/CRM/Financial/DAO/FinancialTrxn.php +++ b/CRM/Financial/DAO/FinancialTrxn.php @@ -454,7 +454,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO { 'financial_trxn_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,