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.
This commit is contained in:
N-Shar-ma 2022-12-13 23:11:07 +05:30 committed by Tim Abbott
parent 35f05631dd
commit de4ae16989

View File

@ -15,8 +15,8 @@
<ul class="poll-widget">
</ul>
<div class="poll-option-bar">
<input type="text" class="poll-option" placeholder="{{t 'New choice'}}" />
<button class="poll-option">{{t "Add choice" }}</button>
<input type="text" class="poll-option" placeholder="{{t 'New option'}}" />
<button class="poll-option">{{t "Add option" }}</button>
</div>
<br />
</div>