From 4c498320c2a0e4722946760e28a744c36c16eac8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 15 Feb 2017 08:16:40 +0900 Subject: [Client] 文言を修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/common/scripts/get-post-summary.ls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/common/scripts') 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? -- cgit v1.2.3-freya