Close -> "Toggle tags"

This commit is contained in:
rustdesk 2024-03-26 16:57:29 +08:00
parent 9ad240951e
commit dcd4d0886e

View File

@ -518,7 +518,7 @@ class _PeerTabPageState extends State<PeerTabPage>
Widget _toggleTags() {
return _hoverAction(
context: context,
toolTip: translate('Close'),
toolTip: translate('Toggle tags'),
hoverableWhenfalse: hideAbTagsPanel,
child: Icon(
Icons.tag_rounded,