diff options
| author | Amjed Ali <[email protected]> | 2021-07-11 23:55:08 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-11 11:25:08 -0700 |
| commit | 274f9eabb180e1c2fd6645e22b37dfbdd56461ae (patch) | |
| tree | cb787cf50128214e5fed61dcd8c1dd68439aa972 | |
| parent | 91c21d6ae82882bce4814088a704198bbc3c01cf (diff) | |
| download | caprover-one-click-apps-274f9eabb180e1c2fd6645e22b37dfbdd56461ae.tar.gz caprover-one-click-apps-274f9eabb180e1c2fd6645e22b37dfbdd56461ae.zip | |
Fixed typo (#463)
| -rw-r--r-- | public/v4/apps/transmission.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/transmission.yml b/public/v4/apps/transmission.yml index e28dd8f..6dfb497 100644 --- a/public/v4/apps/transmission.yml +++ b/public/v4/apps/transmission.yml @@ -42,7 +42,7 @@ caproverOneClickApp: - id: $$cap_path_to_downloads label: Path to downloads folder defaultValue: transmission-downloads - description: Path to pictures folder where u want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/torrents/ + description: Path to downloads folder where you want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/torrents/ validRegex: '/.{1,}/' - id: $$cap_ui label: User Interface |
