forked from AkkomaGang/akkoma-fe
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:
commit
0c2f343a66
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue