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