aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline/friends_timeline.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/friends_timeline/friends_timeline.vue')
-rw-r--r--src/components/friends_timeline/friends_timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue
index 3bf3b543..66c0c058 100644
--- a/src/components/friends_timeline/friends_timeline.vue
+++ b/src/components/friends_timeline/friends_timeline.vue
@@ -1,5 +1,5 @@
<template>
- <Timeline :title="'Friends'" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
+ <Timeline :title="$t('nav.timeline')" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</template>
<script src="./friends_timeline.js"></script>