mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Remove space from words "up vote" and "down vote".
This commit is contained in:
@@ -52,13 +52,13 @@
|
||||
|
||||
<span class="upvotes">
|
||||
${unsafe(strings.person_label % dict(num = format_number(thing.a.upvotes),
|
||||
persons = ungettext("up vote", "up votes",
|
||||
persons = ungettext("upvote", "upvotes",
|
||||
thing.a.upvotes)))}
|
||||
</span>
|
||||
 
|
||||
<span class="downvotes">
|
||||
${unsafe(strings.person_label % dict(num = format_number(thing.a.downvotes),
|
||||
persons = ungettext("down vote", "down votes",
|
||||
persons = ungettext("downvote", "downvotes",
|
||||
thing.a.downvotes)))}
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user