From dcd4d0886ed54e37e7ceab75c8392f40556fe730 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 26 Mar 2024 16:57:29 +0800 Subject: [PATCH] Close -> "Toggle tags" --- 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 1d53e8c62..069178802 100644 --- a/flutter/lib/common/widgets/peer_tab_page.dart +++ b/flutter/lib/common/widgets/peer_tab_page.dart @@ -518,7 +518,7 @@ class _PeerTabPageState extends State Widget _toggleTags() { return _hoverAction( context: context, - toolTip: translate('Close'), + toolTip: translate('Toggle tags'), hoverableWhenfalse: hideAbTagsPanel, child: Icon( Icons.tag_rounded,