Fixes title regression
This commit is contained in:
parent
88267429c5
commit
0e087e040f
|
@ -32,7 +32,7 @@
|
|||
|
||||
<td class='num'>
|
||||
{{#if like_count}}
|
||||
<a href='{{url}}{{#if has_best_of}}/best_of{{/if}}' title='{{i18n topic.likes likes="like_count"}}'>{{like_count}} <i class='icon-heart'></i></a>
|
||||
<a href='{{url}}{{#if has_best_of}}/best_of{{/if}}' title='{{i18n topic.likes count="like_count"}}'>{{like_count}} <i class='icon-heart'></i></a>
|
||||
{{/if}}
|
||||
</td>
|
||||
|
||||
|
|
|
@ -354,7 +354,7 @@ en:
|
|||
new_posts: "there are {{new_posts}} new posts in this topic since you last read it"
|
||||
likes:
|
||||
one: "there is 1 like in this topic"
|
||||
other: "there are {{likes}} likes in this topic"
|
||||
other: "there are {{count}} likes in this topic"
|
||||
back_to_list: "Back to Topic List"
|
||||
options: "Topic Options"
|
||||
show_links: "show links within this topic"
|
||||
|
|
Loading…
Reference in New Issue