mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(actions): rename skip reannounce to disable reannounce (#1794)
This commit is contained in:
parent
13113907b2
commit
50e0e419e0
2 changed files with 4 additions and 4 deletions
|
@ -179,8 +179,8 @@ export const QBittorrent = ({ idx, action, clients }: ClientActionProps) => (
|
|||
<FilterHalfRow>
|
||||
<SwitchGroup
|
||||
name={`actions.${idx}.reannounce_skip`}
|
||||
label="Skip reannounce"
|
||||
description="If reannounce is not needed, skip it completely"
|
||||
label="Disable reannounce"
|
||||
description="Reannounce is enabled by default. Disable if it's not needed"
|
||||
className="pt-2 pb-4"
|
||||
/>
|
||||
<NumberField
|
||||
|
|
|
@ -91,8 +91,8 @@ export const Transmission = ({ idx, action, clients }: ClientActionProps) => (
|
|||
<FilterHalfRow>
|
||||
<SwitchGroup
|
||||
name={`actions.${idx}.reannounce_skip`}
|
||||
label="Skip reannounce"
|
||||
description="If reannounce is not needed, skip it completely"
|
||||
label="Disable reannounce"
|
||||
description="Reannounce is enabled by default. Disable if it's not needed"
|
||||
className="pt-2 pb-4"
|
||||
/>
|
||||
<NumberField
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue