diff --git a/lib/utils/file_transfer_page.dart b/lib/utils/file_transfer_page.dart index 933ddab..cbf644b 100644 --- a/lib/utils/file_transfer_page.dart +++ b/lib/utils/file_transfer_page.dart @@ -51,7 +51,7 @@ class FileTransferPageState extends State Widget appBar = new AppBar( backgroundColor: AppColors.NewAppbarBgColor, title: new Text( - I18n.of(context).send_to, + '发送给',//I18n.of(context).send_to, style: TextStyle(color: AppColors.NewAppbarTextColor), textScaleFactor: 1.0, ),