This commit is contained in:
2023-08-30 14:44:58 +08:00
parent 8c655b0fd5
commit 6884beaf3d
14 changed files with 327 additions and 33 deletions

View File

@@ -96,7 +96,7 @@ class _SetServerPageState extends State<SetServerPage> {
context.go('/');
}
: null,
child: const Text("Save")),
child: Text(AppLocalizations.of(context)!.save)),
],
))),
);