|
@@ -58,6 +58,7 @@ trait DelugeHomepageItem
|
|
|
'type' => 'password',
|
|
'type' => 'password',
|
|
|
'name' => 'delugePassword',
|
|
'name' => 'delugePassword',
|
|
|
'label' => 'Password',
|
|
'label' => 'Password',
|
|
|
|
|
+ 'help' => 'Note that using a blank password might not work correctly.',
|
|
|
'value' => $this->config['delugePassword']
|
|
'value' => $this->config['delugePassword']
|
|
|
)
|
|
)
|
|
|
),
|
|
),
|
|
@@ -90,7 +91,7 @@ trait DelugeHomepageItem
|
|
|
'Test Connection' => array(
|
|
'Test Connection' => array(
|
|
|
array(
|
|
array(
|
|
|
'type' => 'blank',
|
|
'type' => 'blank',
|
|
|
- 'label' => 'Please Save before Testing'
|
|
|
|
|
|
|
+ 'label' => 'Please Save before Testing. Note that using a blank password might not work correctly.'
|
|
|
),
|
|
),
|
|
|
array(
|
|
array(
|
|
|
'type' => 'button',
|
|
'type' => 'button',
|