From ff2f2906415f34a48575a32a68b95ba79b0ef6c8 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Sun, 20 Apr 2025 15:31:29 +0800 Subject: [PATCH] chore: fix typo --- ui/lib/settings/general.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/settings/general.dart b/ui/lib/settings/general.dart index 54fb1f9..27e377f 100644 --- a/ui/lib/settings/general.dart +++ b/ui/lib/settings/general.dart @@ -47,7 +47,7 @@ class _GeneralState extends ConsumerState { FormBuilderTextField( name: "tmdb_api", decoration: const InputDecoration( - labelText: "TMDB Api Key", icon: Icon(Icons.key), helperText: "未防止被限流,可以提供自定义的 TMDB Api Key"), + labelText: "TMDB Api Key", icon: Icon(Icons.key), helperText: "为防止被限流,可以提供自定义的 TMDB Api Key"), // ), FormBuilderTextField(