mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 04:14:37 +02:00
[InstagramBridge] Fix "Skip reviews" checkbox description (#1702)
This commit is contained in:
parent
4b8c3b9d36
commit
ef54a78430
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class FacebookBridge extends BridgeAbstract {
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'defaultValue' => false,
|
'defaultValue' => false,
|
||||||
'title' => 'Feed includes reviews when checked'
|
'title' => 'Feed includes reviews when unchecked'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'Group' => array(
|
'Group' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue