Update peer_tab_page.dart

This commit is contained in:
Mr-Update 2023-08-13 14:09:41 +02:00 committed by GitHub
parent 4b33ee6309
commit ff3ca6f719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -624,7 +624,7 @@ class _PeerSortDropdownState extends State<PeerSortDropdown> {
var menuPos = RelativeRect.fromLTRB(0, 0, 0, 0);
return InkWell(
child: Tooltip(
message: translate('Sort By'),
message: translate('Sort by'),
child: Icon(
Icons.sort_rounded,
size: 18,