Update FinancialTrxn.php
authorGuillaume Sorel <49272839+GuillaumeSorel@users.noreply.github.com>
Fri, 3 Apr 2020 11:49:35 +0000 (13:49 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 11:49:35 +0000 (13:49 +0200)
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.

CRM/Financial/DAO/FinancialTrxn.php

index 4c664b179a59b78511134129d964eb63b3b21d99..c7071fea9fe9871a50cf310625216cb62a1e183d 100644 (file)
@@ -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,