mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: l10n
This commit is contained in:
@@ -429,7 +429,7 @@ final class _PvePageState extends State<PvePage> {
|
||||
fn: () => func(item.node, item.id),
|
||||
);
|
||||
if (suc == true) {
|
||||
context.showSnackBar(l10n.success);
|
||||
context.showSnackBar(libL10n.success);
|
||||
} else {
|
||||
context.showSnackBar(err?.toString() ?? libL10n.fail);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user