Skip to content

Commit db53a22

Browse files
committed
Fix pulse survey typo
1 parent 51e831a commit db53a22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go-app-ussd_pulse_survey_rapidpro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ go.app = function() {
270270
self.add("state_tas", function(name) {
271271
return new ChoiceState(name, {
272272
question: $(
273-
"Show much do you agree or disagree: " +
273+
"How much do you agree or disagree: " +
274274
"I trust the information from MomConnect"
275275
),
276276
error: $([

src/ussd_pulse_survey_rapidpro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ go.app = function() {
153153
self.add("state_tas", function(name) {
154154
return new ChoiceState(name, {
155155
question: $(
156-
"Show much do you agree or disagree: " +
156+
"How much do you agree or disagree: " +
157157
"I trust the information from MomConnect"
158158
),
159159
error: $([

test/ussd_pulse_survey_rapidpro.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe("ussd_pulse_survey app", function() {
226226
.check.interaction({
227227
state: "state_tas",
228228
reply: [
229-
"Show much do you agree or disagree: I trust the information from MomConnect",
229+
"How much do you agree or disagree: I trust the information from MomConnect",
230230
"1. Strongly Disagree",
231231
"2. Disagree",
232232
"3. Neutral",

0 commit comments

Comments
 (0)