fix: typo

This commit is contained in:
lollipopkit
2023-08-08 18:43:17 +08:00
parent 9fb738eda1
commit 173b7f6362
11 changed files with 31 additions and 31 deletions

View File

@@ -48,7 +48,7 @@ class _SftpMissionPageState extends State<SftpMissionPage> {
return Consumer<SftpProvider>(builder: (__, pro, _) {
if (pro.status.isEmpty) {
return Center(
child: Text(_s.sftpNoDownloadTask),
child: Text(_s.noTask),
);
}
return ListView.builder(