fix android translation and hostname

This commit is contained in:
csf
2022-06-08 22:35:06 +08:00
parent 71e6c42560
commit 2169c6fe33
4 changed files with 9 additions and 16 deletions

View File

@@ -256,7 +256,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
? []
: [
PopupMenuItem<String>(
child: Text(translate('File transfer')), value: 'file')
child: Text(translate('Transfer File')), value: 'file')
]),
elevation: 8,
);