fix peer tab page count selected translate

This commit is contained in:
Jimmy GALLAND
2023-08-21 22:42:16 +02:00
parent 8524192a91
commit d8ace7e38b
2 changed files with 2 additions and 2 deletions

View File

@@ -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')}'),
);
}