Skip to content

Commit

Permalink
Merge pull request #645 from praekeltfoundation/fix-spelling
Browse files Browse the repository at this point in the history
changed dat -> day on USSD reg
  • Loading branch information
Mudiwa66 authored Oct 24, 2024
2 parents e6eb1fb + b035d41 commit 3382d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions test/ussd_clinic_rapidpro.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ describe("ussd_clinic app", function() {
.check.interaction({
reply:
"Unfortunately MomConnect doesn't send messages to children older than 2 " +
"years. Please try again by entering the dat the baby was born as a " +
"years. Please try again by entering the day the baby was born as a " +
"number, e.g. 12."
})
.run();
Expand All @@ -1116,7 +1116,7 @@ describe("ussd_clinic app", function() {
.check.interaction({
reply:
"Unfortunately MomConnect doesn't send messages to children older than 2 " +
"years. Please try again by entering the dat the baby was born as a " +
"years. Please try again by entering the day the baby was born as a " +
"number, e.g. 12."
})
.run();
Expand Down

0 comments on commit 3382d59

Please sign in to comment.