Skip to content

Commit

Permalink
changed dat -> day on USSD reg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Oct 24, 2024
1 parent e6eb1fb commit c21101d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ussd_clinic_rapidpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ go.app = function() {
if (!date.isBetween(current_date.clone().add(-2, "years"), current_date)) {
return $(
"Unfortunately MomConnect doesn't send messages to children older " +
"than 2 years. Please try again by entering the dat the baby was " +
"than 2 years. Please try again by entering the day the baby was " +
"born as a number, e.g. 12."
);
}
Expand Down

0 comments on commit c21101d

Please sign in to comment.