Make mentions-timeline use i18n.

This commit is contained in:
Shpuld Shpludson 2017-11-08 21:54:48 +00:00
parent 3cad733593
commit 421221997f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<Timeline :title="'Mentions'" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
<Timeline :title="$t('nav.mentions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>
<script src="./mentions.js"></script>