String improvement

This commit is contained in:
Jens Schuppe 2018-11-16 11:46:33 +01:00
parent 5b55868d71
commit 382744eab7

View file

@ -124,7 +124,7 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
$this->add( $this->add(
'select', // field type 'select', // field type
'financial_type_id', // field name 'financial_type_id', // field name
E::ts('Financial Type'), // field label E::ts('Financial type'), // field label
$this->getFinancialTypes(), // list of options $this->getFinancialTypes(), // list of options
TRUE // is required TRUE // is required
); );