fix & opt

- fix sftp downloaded page bottom path bg color error
- apt/yum add chinese
- urltext add textalign
This commit is contained in:
Junyuan Feng
2022-05-08 09:55:07 +08:00
parent 6f30976ef7
commit 50762d585c
10 changed files with 154 additions and 71 deletions

View File

@@ -105,7 +105,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
replace: s.install,
);
case 'no client':
return Text(s.dockerWaitConnection);
return Text(s.waitConnection);
default:
return Text(s.unknownError);
}