fix(actions): qbit seedtime minutes instead of seconds (#468)

fix(actions): qbit seedtime limit minutes not seconds
This commit is contained in:
ze0s 2022-09-22 22:38:19 +02:00 committed by GitHub
parent 300418b9f1
commit 34d2449751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
/>
<NumberField
name={`actions.${idx}.limit_seed_time`}
label="Seed time limit (seconds)"
label="Seed time limit (minutes)"
/>
</div>
</div>