mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Fixes title regression
This commit is contained in:
parent
88267429c5
commit
0e087e040f
2 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<td class='num'>
|
<td class='num'>
|
||||||
{{#if like_count}}
|
{{#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}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
|
@ -354,7 +354,7 @@ en:
|
||||||
new_posts: "there are {{new_posts}} new posts in this topic since you last read it"
|
new_posts: "there are {{new_posts}} new posts in this topic since you last read it"
|
||||||
likes:
|
likes:
|
||||||
one: "there is 1 like in this topic"
|
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"
|
back_to_list: "Back to Topic List"
|
||||||
options: "Topic Options"
|
options: "Topic Options"
|
||||||
show_links: "show links within this topic"
|
show_links: "show links within this topic"
|
||||||
|
|
Loading…
Reference in a new issue