Fixed copy bug in content import email

no refs.

- the title and the preview text of the content import email contained the copy from the member import email
This commit is contained in:
Peter Zimon 2022-11-18 12:57:45 +01:00
parent 696cdea4d9
commit bb91bfd1ee

View File

@ -4,7 +4,7 @@ module.exports = ({result, siteUrl, postsUrl, emailRecipient}) => `
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Your member import is complete</title>
<title>Your content import is complete</title>
<style>
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
@ -110,7 +110,7 @@ module.exports = ({result, siteUrl, postsUrl, emailRecipient}) => `
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 600px; padding: 30px 20px;">
<!-- START CENTERED CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">Your member import is complete</span>
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">Your content import is complete</span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 8px;">
<!-- START MAIN CONTENT AREA -->