feat(actions): rename skip reannounce to disable reannounce (#1794)

This commit is contained in:
ze0s 2024-10-28 16:55:41 +01:00 committed by GitHub
parent 13113907b2
commit 50e0e419e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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