mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix peer tab page count selected translate
This commit is contained in:
@@ -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')}'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user