diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-13 11:46:02 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-13 11:46:02 +0900 |
| commit | f7fe13a177b7ebd21f3e41242546463c6167011d (patch) | |
| tree | e726f72d06437ee705856d16a7d894dca06d6bb8 /src/client | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-f7fe13a177b7ebd21f3e41242546463c6167011d.tar.gz misskey-f7fe13a177b7ebd21f3e41242546463c6167011d.tar.bz2 misskey-f7fe13a177b7ebd21f3e41242546463c6167011d.zip | |
i18n
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/messaging.vue | 2 |
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> |