From 51fc5c3c74a200d63836fde53a1b26ca6705595f Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Sat, 27 Jul 2024 00:08:46 +0800 Subject: [PATCH] chore: fix typo --- ui/lib/settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/settings.dart b/ui/lib/settings.dart index 8aa05de..43ba4b8 100644 --- a/ui/lib/settings.dart +++ b/ui/lib/settings.dart @@ -72,7 +72,7 @@ class _SystemSettingsPageState extends ConsumerState { value: "debug", child: Text("DEBUG")), DropdownMenuItem(value: "info", child: Text("INFO")), DropdownMenuItem( - value: "warn", child: Text("WARNNING")), + value: "warn", child: Text("WARNING")), DropdownMenuItem( value: "error", child: Text("ERROR")), ],