mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 06:49:26 +01:00
poll typo
This commit is contained in:
parent
2aab161527
commit
67e6d5d39d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user