Skip to content

Commit

Permalink
Capitalise PAN truncation
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
eileenmcnaughton committed Apr 3, 2020
1 parent 01c2b2e commit 26687b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRM/Financial/DAO/FinancialTrxn.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Financial/FinancialTrxn.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:b4a9dceaf91c13ea192a11b7cb8805ca)
* (GenCodeChecksum:5b87e37bc3aa9d445e74d1f5d38bdb61)
*/

/**
Expand Down Expand Up @@ -454,7 +454,7 @@ public static function &fields() {
'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,
Expand Down
2 changes: 1 addition & 1 deletion api/v3/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion xml/schema/Financial/FinancialTrxn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<field>
<name>pan_truncation</name>
<uniqueName>financial_trxn_pan_truncation</uniqueName>
<title>Pan Truncation</title>
<title>PAN Truncation</title>
<type>varchar</type>
<length>4</length>
<html>
Expand Down

0 comments on commit 26687b6

Please sign in to comment.