mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix inverted post-to-like copy
This commit is contained in:
parent
454c634b7e
commit
b3d99a638c
1 changed files with 3 additions and 3 deletions
|
@ -1325,9 +1325,9 @@ en:
|
|||
posts_long: "there are {{number}} posts in this topic"
|
||||
posts_likes_MF: |
|
||||
This topic has {count, plural, one {1 post} other {# posts}} {ratio, select,
|
||||
low {with a high post to like ratio}
|
||||
med {with a very high post to like ratio}
|
||||
high {with an extremely high post to like ratio}
|
||||
low {with a high like to post ratio}
|
||||
med {with a very high like to post ratio}
|
||||
high {with an extremely high like to post ratio}
|
||||
other {}}
|
||||
original_post: "Original Post"
|
||||
views: "Views"
|
||||
|
|
Loading…
Reference in a new issue