String improvement
This commit is contained in:
parent
5b55868d71
commit
382744eab7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue