Skip to content

Commit

Permalink
Merge pull request #764 from praekeltfoundation/selected-answer-butto…
Browse files Browse the repository at this point in the history
…ns-update

update the downvote emoji
  • Loading branch information
Hlamallama authored Sep 17, 2024
2 parents 662d229 + 7976083 commit f545158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaccine/ask_a_question.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async def state_display_selected_choice(self):
question=content,
choices=[
Choice("yes", self._("👍"), ["yes"]),
Choice("no", self._("👎︎"), ["no"]),
Choice("no", self._("👎︎."), ["no"]),
],
error="", # Errors redirect to `state_question`
header=title,
Expand Down

0 comments on commit f545158

Please sign in to comment.