Merge branch 'fix/i18n-mentions-timeline-title' into 'develop'

Make mentions-timeline use i18n.

See merge request pleroma/pleroma-fe!141
This commit is contained in:
lambda 2017-11-08 22:00:37 +00:00
commit 0c2f343a66
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>