Skip to content

Commit

Permalink
Newsletter panel: update copy for activating subscribers feature (#31678
Browse files Browse the repository at this point in the history
)

- Remove "yours" which can sound a bit off for multi-author sites
- Condense
- Add "sending" to imply emails instead of other kinds of sharing
  • Loading branch information
simison authored Jul 5, 2023
1 parent 7bc77d1 commit 800c77c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: enhancement
Comment: Just simple copy change.


Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ const SubscriptionsPanelPlaceholder = ( { children } ) => {
<Flex align="center" gap={ 4 } direction="column" style={ { alignItems: 'center' } }>
<FlexItem>
{ __(
"In order to share your posts with your subscribers, you'll need to activate the Subscriptions feature.",
'In order to send posts to your subscribers, activate the Subscriptions feature.',
'jetpack'
) }
</FlexItem>
<FlexItem>{ children }</FlexItem>
<FlexItem>
<ExternalLink href="https://jetpack.com/support/subscriptions/">
{ __( 'Learn more about the Subscriptions feature.', 'jetpack' ) }
{ __( 'Learn more about Subscriptions', 'jetpack' ) }
</ExternalLink>
</FlexItem>
</Flex>
Expand Down

0 comments on commit 800c77c

Please sign in to comment.