Skip to content

Commit 8b77f38

Browse files
authored
Forms: update copy for MailPoet integration (#46748)
1 parent 7a506b1 commit 8b77f38

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Update copy for MailPoet integration.

projects/packages/forms/src/blocks/contact-form/components/jetpack-integrations-modal/helpers/mailpoet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function buildMailPoetCard( {
9999
{ context === 'block-editor' &&
100100
( lists.length ? (
101101
<SelectControl
102-
label={ __( 'Which MailPoet list should contacts be added to?', 'jetpack-forms' ) }
102+
label={ __( 'Which email list should contacts be added to?', 'jetpack-forms' ) }
103103
value={ selectedListId }
104104
options={ lists.map( list => ( { label: list.name, value: list.id } ) ) }
105105
onChange={ ( newId: string ) =>
@@ -124,7 +124,7 @@ export function buildMailPoetCard( {
124124
{ context === 'block-editor' && ConsentToggle && <ConsentToggle /> }
125125
<p className="integration-card__description">
126126
<ExternalLink href={ settingsUrl }>
127-
{ __( 'View MailPoet dashboard', 'jetpack-forms' ) }
127+
{ __( 'View dashboard', 'jetpack-forms' ) }
128128
</ExternalLink>
129129
</p>
130130
</div>

0 commit comments

Comments
 (0)