Skip to content

Commit

Permalink
Merge pull request #47 from openimis/feature/CM-711
Browse files Browse the repository at this point in the history
CM-711: fixed mutation label
  • Loading branch information
jdolkowski authored Feb 19, 2024
2 parents b8495df + 89a4efa commit ad85fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dialogs/AdvancedCriteriaForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function AdvancedCriteriaForm({
};
confirmEnrollment(
params,
'Confirmed enrollment',
formatMessage(intl, 'individual', 'individual.enrollment.mutationLabel'),
);
}
return () => confirmed && clearConfirm(false);
Expand Down
3 changes: 2 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"clearAllFilters": "Clear All Filters",
"previewEnrollment": "Preview Enrollment Process",
"confirmEnrollment": "Confirm Enrollment Process",
"confirmTitle": "Confirm Enrollment Process",
"confirmTitle": "Confirm Enrollment Process",
"mutationLabel": "Enrollment has been confirmed",
"numberOfSelectedIndividuals": "Total Number Of Selected Individuals",
"totalNumberOfIndividuals": "Total Number of Individuals",
"numberOfIndividualsAssignedToProgramme": "Number of Individuals Assigned To Any Programme",
Expand Down

0 comments on commit ad85fd8

Please sign in to comment.