From 292b43d721918499271b084a34bebda92d351cb0 Mon Sep 17 00:00:00 2001 From: thafu Date: Fri, 4 Jul 2025 11:30:23 +0200 Subject: [PATCH] transmission update --- transmission/template.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/transmission/template.json b/transmission/template.json index 69ffa5c..3b51fd0 100644 --- a/transmission/template.json +++ b/transmission/template.json @@ -1,26 +1,26 @@ { "name": "transmission", - "description": "Transmission is a torrent client that enables easy and efficient peer-to-peer file sharing.", + "description": "Transmission is a free and open-source BitTorrent client known for its user-friendly interface,lightweight design, and focus on privacy. It is available for macOS, Windows, and Linux. Transmission prioritizes a clean and simple user experience.", "fields": [ { - "description": "Your Transmission domain:", + "description": "Domain:", "key": "DOMAIN", "value": "", "required": "true" }, { - "description": "Transmission username:", + "description": "Username:", "key": "TRANSMISSION_USER", "value": "" }, { - "description": "Transmission password:", + "description": "Password:", "key": "TRANSMISSION_PASS", "value": "", "type": "password" }, { - "description": "Transmission timezone:", + "description": "Timezone:", "key": "TRANSMISSION_TZ", "value": "Europe/Budapest" },