mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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:
parent
35f05631dd
commit
de4ae16989
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user