Punctuation and remove extension
[MAILPOET-5770]
This commit is contained in:
committed by
Aschepikov
parent
f68a360562
commit
b8efadf097
@@ -31,7 +31,7 @@ function ManageSenderDomain({
|
|||||||
<Heading level={2}> {__('Manage Sender Domain ', 'mailpoet')} </Heading>
|
<Heading level={2}> {__('Manage Sender Domain ', 'mailpoet')} </Heading>
|
||||||
<p>
|
<p>
|
||||||
{__(
|
{__(
|
||||||
'Authenticate your sender domain to send emails from your email address. This helps your recipients verify you are the author of these emails and helps mailbox providers fight spam and improves your email delivery rates',
|
'Authenticate your sender domain to send emails from your email address. This helps your recipients verify you are the author of these emails and helps mailbox providers fight spam and improves your email delivery rates.',
|
||||||
'mailpoet',
|
'mailpoet',
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
@@ -2,7 +2,7 @@ import { Component } from 'react';
|
|||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { MailPoet } from 'mailpoet';
|
import { MailPoet } from 'mailpoet';
|
||||||
import { FormFieldText } from 'form/fields/text.jsx';
|
import { FormFieldText } from 'form/fields/text.jsx';
|
||||||
import { SenderEmailAddressWarning } from 'common/sender-email-address-warning.tsx';
|
import { SenderEmailAddressWarning } from 'common/sender-email-address-warning';
|
||||||
import {
|
import {
|
||||||
isFieldValid,
|
isFieldValid,
|
||||||
addOrUpdateError,
|
addOrUpdateError,
|
||||||
|
Reference in New Issue
Block a user