From 1b0679bbca10d1a816b829c21e7377fe33571f69 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 22 Feb 2022 14:57:14 +0100 Subject: [PATCH] GUI: USB and NAS: BitTorrent Client: correct drop down list description --- release/src-rt-6.x.4708/router/www/nas-bittorrent.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/www/nas-bittorrent.asp b/release/src-rt-6.x.4708/router/www/nas-bittorrent.asp index 8368bb3717..f6d1fad92c 100644 --- a/release/src-rt-6.x.4708/router/www/nas-bittorrent.asp +++ b/release/src-rt-6.x.4708/router/www/nas-bittorrent.asp @@ -347,7 +347,7 @@ function init() { /* BBT-BEGIN */ ['internal','Internal (/usr/bin)'], /* BBT-END */ - ['optware','Optware (/opt/bin)'], + ['optware','Optware/Entware (/opt/bin)'], ['custom','Custom'] ], value: nvram.bt_binary }, { name: 'bt_binary_custom', type: 'text', maxlen: 40, size: 40, value: nvram.bt_binary_custom } ] }, { title: 'Keep alive', name: 'f_bt_check', type: 'checkbox', value: nvram.bt_check == '1' },