i18n
This commit is contained in:
parent
acd29d22eb
commit
f7fe13a177
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue