From 0e97696b471a1e29a79946989c8d1c8f2e295557 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Wed, 29 May 2024 11:11:13 +0200 Subject: [PATCH] Translation missing (#8199) --- flutter/lib/common/widgets/peer_tab_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/common/widgets/peer_tab_page.dart b/flutter/lib/common/widgets/peer_tab_page.dart index 6b98b715f..a04fec434 100644 --- a/flutter/lib/common/widgets/peer_tab_page.dart +++ b/flutter/lib/common/widgets/peer_tab_page.dart @@ -540,7 +540,7 @@ class _PeerTabPageState extends State Widget _toggleTags() { return _hoverAction( context: context, - toolTip: translate('Toggle tags'), + toolTip: translate('Toggle Tags'), hoverableWhenfalse: hideAbTagsPanel, child: Icon( Icons.tag_rounded,