Add video title

[MAILPOET-1447]
This commit is contained in:
Pavel Dohnal
2018-08-14 12:55:14 +02:00
parent 9efb5b5f90
commit a35834417b
2 changed files with 2 additions and 0 deletions

View File

@@ -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>',
}); });
} }

View File

@@ -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'),