mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 23:35:38 +02:00
[Client] 文言を修正
This commit is contained in:
@@ -3,7 +3,7 @@ get-post-summary = (post) ~>
|
||||
|
||||
# メディアが添付されているとき
|
||||
if post.media?
|
||||
summary += " (#{post.media.length}枚のメディア)"
|
||||
summary += " (#{post.media.length}つのメディア)"
|
||||
|
||||
# 投票が添付されているとき
|
||||
if post.poll?
|
||||
|
||||
Reference in New Issue
Block a user