Add a placeholder for segment into scheduling Welcome mail

[MAILPOET-3133]
This commit is contained in:
Jan Lysý
2020-09-28 11:29:46 +02:00
committed by Veljko V
parent c50b41da12
commit c64137a792

View File

@@ -24,6 +24,7 @@ const events = {
const segmentField = {
name: 'segment',
placeholder: MailPoet.I18n.t('selectSegmentPlaceholder'),
forceSelect2: true,
values: availableSegments,
getCount: (segment) => parseInt(segment.subscribers, 10).toLocaleString(),