Punctuation and remove extension

[MAILPOET-5770]
This commit is contained in:
Brezo Cordero
2023-12-18 15:56:10 -06:00
committed by Aschepikov
parent f68a360562
commit b8efadf097
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

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