Skip to content

Commit ff2f290

Browse files
committed
chore: fix typo
1 parent aee32c7 commit ff2f290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/lib/settings/general.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class _GeneralState extends ConsumerState<GeneralSettings> {
4747
FormBuilderTextField(
4848
name: "tmdb_api",
4949
decoration: const InputDecoration(
50-
labelText: "TMDB Api Key", icon: Icon(Icons.key), helperText: "未防止被限流,可以提供自定义的 TMDB Api Key"),
50+
labelText: "TMDB Api Key", icon: Icon(Icons.key), helperText: "为防止被限流,可以提供自定义的 TMDB Api Key"),
5151
//
5252
),
5353
FormBuilderTextField(

0 commit comments

Comments
 (0)