poll typo

This commit is contained in:
teddit 2021-03-21 23:08:24 +01:00
parent 2aab161527
commit 67e6d5d39d
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ html
if post.poll_data.voting_end_timestamp < new Date().getTime()
em voting ended #{timeDifference(post.poll_data.voting_end_timestamp/1000)}
else
em voting will end #{timeDifference(post.poll_data.voting_end_timestamp/1000, true)}
em voting will end in #{timeDifference(post.poll_data.voting_end_timestamp/1000, true)}
if post.contest_mode
.infobar.blue
p this thread is in contest mode - contest mode randomizes comment sorting and hides scores.