From 382744eab72a2fdea884f7f8e5d5f1531f559e2d Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Fri, 16 Nov 2018 11:46:33 +0100 Subject: [PATCH] String improvement --- CRM/Twingle/Form/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Twingle/Form/Profile.php b/CRM/Twingle/Form/Profile.php index e45378a..2015128 100644 --- a/CRM/Twingle/Form/Profile.php +++ b/CRM/Twingle/Form/Profile.php @@ -124,7 +124,7 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form { $this->add( 'select', // field type 'financial_type_id', // field name - E::ts('Financial Type'), // field label + E::ts('Financial type'), // field label $this->getFinancialTypes(), // list of options TRUE // is required );