This commit is contained in:
syuilo 2020-02-13 11:46:02 +09:00
parent acd29d22eb
commit f7fe13a177
2 changed files with 2 additions and 1 deletions

View file

@ -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>