This commit is contained in:
rustdesk
2021-04-25 12:47:20 +08:00
parent c34e128945
commit 51be791a3a
3 changed files with 11 additions and 8 deletions

View File

@@ -305,7 +305,7 @@ void showServer(BuildContext context) {
onPressed: () {
Navigator.pop(context);
},
child: Text('Cancel'),
child: Text(translate('Cancel')),
),
FlatButton(
textColor: MyTheme.accent,