[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…
Reference in a new issue