Skip to content

Commit

Permalink
ui: change prowlarr setting text
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Oct 20, 2024
1 parent 677923e commit cf2fa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/settings/prowlarr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ProwlarrSettingState extends ConsumerState<ProwlarrSettingPage> {
decoration: const InputDecoration(
labelText: "API Key",
icon: Icon(Icons.key),
helperText: "Prowlarr 设置 -> 通用设置 -> 接口密钥"),
helperText: "Prowlarr 设置 -> 通用 -> API 密钥"),
validator: FormBuilderValidators.required(),
),
Center(
Expand Down

0 comments on commit cf2fa90

Please sign in to comment.