Add video title
[MAILPOET-1447]
This commit is contained in:
@@ -18,6 +18,7 @@ const renderBreadcrumb = (newsletterType) => {
|
|||||||
|
|
||||||
function displayTutorial() {
|
function displayTutorial() {
|
||||||
MailPoet.Modal.popup({
|
MailPoet.Modal.popup({
|
||||||
|
title: MailPoet.I18n.t('tutorialVideoTitle'),
|
||||||
template: '<video style="height:640px;" src=' + window.config.dragDemoUrl + ' controls autoplay></video>',
|
template: '<video style="height:640px;" src=' + window.config.dragDemoUrl + ' controls autoplay></video>',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@@ -358,6 +358,7 @@
|
|||||||
'selectColor': _x('Select', 'select color'),
|
'selectColor': _x('Select', 'select color'),
|
||||||
'cancelColorSelection': _x('Cancel', 'cancel color selection'),
|
'cancelColorSelection': _x('Cancel', 'cancel color selection'),
|
||||||
'newsletterIsPaused': __('Email sending has been paused.'),
|
'newsletterIsPaused': __('Email sending has been paused.'),
|
||||||
|
'tutorialVideoTitle': __('Before you start, this how you drag and drop in MailPoet'),
|
||||||
|
|
||||||
'selectType': __('Select type'),
|
'selectType': __('Select type'),
|
||||||
'events': __('Events'),
|
'events': __('Events'),
|
||||||
|
Reference in New Issue
Block a user