Make mentions-timeline use i18n.

This commit is contained in:
Shpuld Shpludson 2017-11-08 21:54:48 +00:00
parent 3cad733593
commit 421221997f

View file

@ -1,5 +1,5 @@
<template> <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> </template>
<script src="./mentions.js"></script> <script src="./mentions.js"></script>