Skip to content

Commit

Permalink
Sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama authored Oct 16, 2024
1 parent c2e8a65 commit ff63e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const NewsletterEditor = () => {
onClick={ () => openPreviewModal( 'preview_menu' ) }
icon={ send }
>
{ __( 'Email Preview', 'jetpack' ) }
{ __( 'Email preview', 'jetpack' ) }
</PluginPreviewMenuItem>
) : null }
<NewsletterPreviewModal
Expand Down

0 comments on commit ff63e8e

Please sign in to comment.