summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-01 03:42:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-01 03:42:50 +0900
commit0cffc1cac0140a420c64e039487c32237c581d5e (patch)
tree9d0e4a5621db8b058b033df83670fdeb5f3ff623 /src/web
parentwip (diff)
downloadmisskey-0cffc1cac0140a420c64e039487c32237c581d5e.tar.gz
misskey-0cffc1cac0140a420c64e039487c32237c581d5e.tar.bz2
misskey-0cffc1cac0140a420c64e039487c32237c581d5e.zip
wip
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/ch/tags/channel.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag
index e8537e3f0a..43a1f851f8 100644
--- a/src/web/app/ch/tags/channel.tag
+++ b/src/web/app/ch/tags/channel.tag
@@ -3,7 +3,7 @@
<h1>{ channel.title }</h1>
<p if={ postsFetching }>読み込み中<mk-ellipsis/></p>
<div if={ !postsFetching }>
- <p if={ posts == null }></p>>
+ <p if={ posts == null }>まだ投稿がありません</p>
<virtual if={ posts != null }>
<mk-channel-post each={ posts.slice().reverse() } post={ this } form={ parent.refs.form }/>
</virtual>