From 0d215599be19103203c9fcb27eb04b2441e5e3f2 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 10 Jan 2023 09:24:45 -0800 Subject: [PATCH] fix: header actions tooltips in timeline --- packages/client/src/pages/timeline.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index cb811c592d..10275c9dfb 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -202,12 +202,14 @@ const headerActions = $computed(() => [ { icon: 'ph-list-bullets-bold ph-lg', title: i18n.ts.lists, + text: i18n.ts.lists, iconOnly: true, handler: chooseList, }, { icon: 'ph-flying-saucer-bold ph-lg', title: i18n.ts.antennas, + text: i18n.ts.lists, iconOnly: true, handler: chooseAntenna, } /* **TODO: fix timetravel** {