Skip to content

Commit 631bbec

Browse files
committed
Add missing BenefitPlanPicker label
1 parent fccdee5 commit 631bbec

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/pickers/BenefitPlanPicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/translations/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
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?",

0 commit comments

Comments
 (0)