aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline_menu/timeline_menu.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-08-19 13:06:46 +0300
committerShpuld Shpuldson <shp@cock.li>2020-08-19 13:06:46 +0300
commit54b619dfec7255cec44dd2d23add1bbc9062ffee (patch)
tree7b524f8828c3bc3b26cd717d13b6a93df0f2be35 /src/components/timeline_menu/timeline_menu.vue
parent1a8840c7c3bb698f3984028db5c1b71025d9d6a1 (diff)
show tag name in title for tag timelines
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.vue')
-rw-r--r--src/components/timeline_menu/timeline_menu.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue
index add8a6eb..be512d60 100644
--- a/src/components/timeline_menu/timeline_menu.vue
+++ b/src/components/timeline_menu/timeline_menu.vue
@@ -45,7 +45,7 @@
slot="trigger"
class="title timeline-menu-title"
>
- <span>{{ $t(timelineNames[$route.name]) }}</span>
+ <span>{{ timelineName() }}</span>
<i class="icon-down-open" />
</div>
</Popover>