File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function BenefitPlanPicker(props) {
8585 /* eslint-disable-next-line react/jsx-props-no-spreading */
8686 { ...inputProps }
8787 required = { required }
88- label = { ( withLabel && ( label || nullLabel ) ) || formatMessage ( 'BenefitPlan ' ) }
88+ label = { ( withLabel && ( label || nullLabel ) ) || formatMessage ( 'BenefitPlanPicker.label ' ) }
8989 placeholder = { ( withPlaceholder && placeholder ) || formatMessage ( 'BenefitPlanPicker.placeholder' ) }
9090 />
9191 </ Tooltip >
Original file line number Diff line number Diff line change 103103 "socialProtection.beneficiary.task.individual.id" : " Individual" ,
104104 "socialProtection.beneficiary.task.benefitPlan.id" : " Program" ,
105105 "socialProtection.calculation.tasks.title" : " Payment Verification Tasks" ,
106+ "socialProtection.BenefitPlanPicker.label" : " Program" ,
106107 "socialProtection.BenefitPlanPicker.placeholder" : " Please select a Program" ,
107108 "socialProtection.benefitPlan.suspend.confirm.title" : " Suspend program {code} {name}" ,
108109 "socialProtection.benefitPlan.suspend.confirm.message" : " Are you sure you want to suspend the program?" ,
You can’t perform that action at this time.
0 commit comments