mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix & opt
- fix sftp downloaded page bottom path bg color error - apt/yum add chinese - urltext add textalign
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user