Bug - Section title for Patient Additional Information on Registration page

Ver - 0.91 patientInformation section in bahmni_config/openmrs/apps/registration/app.json has

"additionalPatientInformation": {
"title": "Bystander Details",
"attributes":[
    "familyIncome",
    "debt"
]               
},           
"FamilyInformation": {
"title": "Family Information",
"attributes":[                      
    "occupation",
    "Relation"
]
}

But the registration page shows “Patient Additional Information” as section title for both these sections image

This is due to this When this line changed to

<a ng-if="::(section.title && !section.translationKey)" href>{{section.title | translate}}</a>

It shows proper section titles image

Please raise a ticket on JIRA and if possible a PR as well :slight_smile:

has this been fixed, or was the ticked raised ?