From de4ae16989fa35909c96b41865ea2e82def60190 Mon Sep 17 00:00:00 2001 From: N-Shar-ma Date: Tue, 13 Dec 2022 23:11:07 +0530 Subject: [PATCH] polls: Replace `choice` with `option` in the poll editing UI. All instances of `choice` have been replaced with `option` in the UI for editing a poll. In code, `option` was already being used. This ensures the same terminology is used across the code, the UI and the related help center article. --- static/templates/widgets/poll_widget.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/templates/widgets/poll_widget.hbs b/static/templates/widgets/poll_widget.hbs index 78e0c39e48..f1d5e88944 100644 --- a/static/templates/widgets/poll_widget.hbs +++ b/static/templates/widgets/poll_widget.hbs @@ -15,8 +15,8 @@
- - + +