[Client] 文言を修正

This commit is contained in:
syuilo
2017-02-15 08:16:40 +09:00
parent 435fcd7db7
commit 4c498320c2
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ get-post-summary = (post) ~>
# メディアが添付されているとき
if post.media?
summary += " (#{post.media.length}のメディア)"
summary += " (#{post.media.length}のメディア)"
# 投票が添付されているとき
if post.poll?