Capitalise PAN truncation
authoreileen <emcnaughton@wikimedia.org>
Fri, 3 Apr 2020 22:48:29 +0000 (11:48 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 3 Apr 2020 23:09:23 +0000 (12:09 +1300)
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

index 32cff589fd9b804a8cde01dd4b52c5560ee03537..3ab01d934cf0980554ad3249b7496727b9f07d18 100644 (file)
@@ -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,