Update peer_tab_page.dart
This commit is contained in:
parent
4b33ee6309
commit
ff3ca6f719
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue