From 7976083c0c5d90138406d32f0295f627d257bbe4 Mon Sep 17 00:00:00 2001 From: Hlamalani Date: Tue, 17 Sep 2024 09:35:35 +0200 Subject: [PATCH] update the downvote emoji --- vaccine/ask_a_question.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaccine/ask_a_question.py b/vaccine/ask_a_question.py index 1f6ac629..435b57ed 100644 --- a/vaccine/ask_a_question.py +++ b/vaccine/ask_a_question.py @@ -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,