Rename 'not in a list' option

[MAILPOET-3462]
This commit is contained in:
wxa
2021-03-09 17:02:03 +03:00
committed by Veljko V
parent 2f6a223c4f
commit 19dd9180bd
3 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ class SegmentsSimpleListRepository {
$segments[] = [
'id' => '0',
'type' => SegmentEntity::TYPE_WITHOUT_LIST,
'name' => __('Not in a List', 'mailpoet'),
'name' => __('Subscribers without a list', 'mailpoet'),
'subscribers' => $this->segmentsSubscriberRepository->getSubscribersWithoutSegmentCount(),
];
return $segments;