mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(web): typos (#428)
This commit is contained in:
parent
54d7151894
commit
ec07c57612
1 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ function FormFieldsTorznab() {
|
|||
<PasswordFieldWide name="api_key" label="API key"/>
|
||||
|
||||
<NumberFieldWide name="interval" label="Refresh interval"
|
||||
help="Minutes. Recommended 15-30. To low and risk ban."/>
|
||||
help="Minutes. Recommended 15-30. Too low and risk ban."/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -167,7 +167,7 @@ function FormFieldsRSS() {
|
|||
help="RSS url"
|
||||
/>
|
||||
|
||||
<NumberFieldWide name="interval" label="Refresh interval" help="Minutes. Recommended 15-30. To low and risk ban."/>
|
||||
<NumberFieldWide name="interval" label="Refresh interval" help="Minutes. Recommended 15-30. Too low and risk ban."/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -175,4 +175,4 @@ function FormFieldsRSS() {
|
|||
const componentMap: componentMapType = {
|
||||
TORZNAB: <FormFieldsTorznab/>,
|
||||
RSS: <FormFieldsRSS />
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue