fix peer tab page count selected translate
This commit is contained in:
parent
8524192a91
commit
d8ace7e38b
2 changed files with 2 additions and 2 deletions
|
|
@ -426,7 +426,7 @@ class _PeerTabPageState extends State<PeerTabPage>
|
|||
Widget selectionCount(int count) {
|
||||
return Align(
|
||||
alignment: Alignment.center,
|
||||
child: Text('$count selected'),
|
||||
child: Text('$count ${translate('Selected')}'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue