Skip to content

Commit

Permalink
fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Aug 8, 2023
1 parent e78a98e commit 6ddd75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yal/endline_terms_and_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def state_no_consent(self):
question = self._(
"\n".join(
[
"That's completely okay, there are no consequences to not taking ,"
"That's completely okay, there are no consequences to not taking "
"part in this study. Please enjoy the BWise tool and stay safe. "
"If you change your mind, please send *Answer* to this number",
]
Expand Down
2 changes: 1 addition & 1 deletion yal/tests/test_endline_terms_and_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def test_state_terms_decline(tester: AppTester, rapidpro_mock):
tester.assert_state("state_no_consent")
message = "\n".join(
[
"That's completely okay, there are no consequences to not taking ,"
"That's completely okay, there are no consequences to not taking "
"part in this study. Please enjoy the BWise tool and stay safe. "
"If you change your mind, please send *Answer* to this number",
]
Expand Down

0 comments on commit 6ddd75c

Please sign in to comment.