Update 28 July 2016
This commit is contained in:
committed by
Tautvidas Sipavičius
parent
08cb994252
commit
c05a20cff9
@ -212,7 +212,7 @@ class Subscriber extends Model {
|
||||
$segments = Segment::orderByAsc('name')->findMany();
|
||||
$segment_list = array();
|
||||
$segment_list[] = array(
|
||||
'label' => __('All segments'),
|
||||
'label' => __('All Lists'),
|
||||
'value' => ''
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user