mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-21 14:27:47 +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()
|
if post.poll_data.voting_end_timestamp < new Date().getTime()
|
||||||
em voting ended #{timeDifference(post.poll_data.voting_end_timestamp/1000)}
|
em voting ended #{timeDifference(post.poll_data.voting_end_timestamp/1000)}
|
||||||
else
|
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
|
if post.contest_mode
|
||||||
.infobar.blue
|
.infobar.blue
|
||||||
p this thread is in contest mode - contest mode randomizes comment sorting and hides scores.
|
p this thread is in contest mode - contest mode randomizes comment sorting and hides scores.
|
||||||
|
Loading…
Reference in New Issue
Block a user