Fix typo in qBittorrent (#602)
* Fix typo in qBittorrent download folder path * Fix typo in qBittorrent download folder path desc.
This commit is contained in:
parent
9f9c2c2a39
commit
8b19024e01
|
|
@ -34,8 +34,8 @@ caproverOneClickApp:
|
||||||
validRegex: /\d/
|
validRegex: /\d/
|
||||||
- id: $$cap_path_to_downloads
|
- id: $$cap_path_to_downloads
|
||||||
label: Path to downloads folder
|
label: Path to downloads folder
|
||||||
defaultValue: qbittorent-downloads
|
defaultValue: qbittorrent-downloads
|
||||||
description: Path to downloads folder where u want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/downloads/
|
description: Path to downloads folder where you want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/downloads/
|
||||||
validRegex: /.{1,}/
|
validRegex: /.{1,}/
|
||||||
instructions:
|
instructions:
|
||||||
start: >-
|
start: >-
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue