summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-13 11:46:02 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-13 11:46:02 +0900
commitf7fe13a177b7ebd21f3e41242546463c6167011d (patch)
treee726f72d06437ee705856d16a7d894dca06d6bb8 /src/client
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadmisskey-f7fe13a177b7ebd21f3e41242546463c6167011d.tar.gz
misskey-f7fe13a177b7ebd21f3e41242546463c6167011d.tar.bz2
misskey-f7fe13a177b7ebd21f3e41242546463c6167011d.zip
i18n
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/messaging.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/messaging.vue b/src/client/pages/messaging.vue
index e2880306f2..ba2420d30b 100644
--- a/src/client/pages/messaging.vue
+++ b/src/client/pages/messaging.vue
@@ -31,7 +31,7 @@
</div>
</router-link>
</sequential-entrance>
- <p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p>
+ <p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('noHistory') }}</p>
<mk-loading v-if="fetching"/>
</div>
</template>