summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-15 08:16:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-15 08:16:40 +0900
commit4c498320c2a0e4722946760e28a744c36c16eac8 (patch)
tree342f236538d405fdcd098cf4c54a6e38d3cb398c /src/web/app/common/scripts
parent[Client] 良い感じした (diff)
downloadsharkey-4c498320c2a0e4722946760e28a744c36c16eac8.tar.gz
sharkey-4c498320c2a0e4722946760e28a744c36c16eac8.tar.bz2
sharkey-4c498320c2a0e4722946760e28a744c36c16eac8.zip
[Client] 文言を修正
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/get-post-summary.ls2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/get-post-summary.ls b/src/web/app/common/scripts/get-post-summary.ls
index cc7bb0e37d..67178bc324 100644
--- a/src/web/app/common/scripts/get-post-summary.ls
+++ b/src/web/app/common/scripts/get-post-summary.ls
@@ -3,7 +3,7 @@ get-post-summary = (post) ~>
# メディアが添付されているとき
if post.media?
- summary += " (#{post.media.length}枚のメディア)"
+ summary += " (#{post.media.length}つのメディア)"
# 投票が添付されているとき
if post.poll?