diff options
Diffstat (limited to 'web/template/status_poll.tmpl')
| -rw-r--r-- | web/template/status_poll.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/status_poll.tmpl b/web/template/status_poll.tmpl index 8cb5dde8f..9c2d29166 100644 --- a/web/template/status_poll.tmpl +++ b/web/template/status_poll.tmpl @@ -58,7 +58,7 @@ </span> </figcaption> <ul class="poll-options nodot"> - {{- range $index, $pollOption := .WebPollOptions }} + {{- range $index, $pollOption := .PollOptions }} <li class="poll-option"> <span class="sr-only">Option {{ increment $index }},</span> <span lang="{{- .LanguageTag.TagStr -}}">{{ emojify .Emojis (noescape $pollOption.Title) }}</span> |
