chore: fix typo

This commit is contained in:
Simon Ding
2025-04-20 15:31:29 +08:00
parent aee32c7bbf
commit ff2f290641

View File

@@ -47,7 +47,7 @@ class _GeneralState extends ConsumerState<GeneralSettings> {
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(