fix: sftp download/upload (#255)

This commit is contained in:
lollipopkit
2024-01-26 16:54:48 +08:00
parent 9edbc5cc89
commit 6c08b7b45d
4 changed files with 24 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ class _ServerDetailOrderPageState extends State<ServerFuncBtnsOrderPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: CustomAppBar(
title: Text(l10n.serverDetailOrder),
title: Text(l10n.sequence),
),
body: _buildBody(),
);