Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatson committed Jan 17, 2025
1 parent f7cdc8e commit b9420f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const JetpackAndSettingsContent = ( {
{ isPostEmpty && (
<PanelRow className="jetpack-ai-sidebar__warning-content">
<Notice isDismissible={ false } status="warning">
{ __( 'The following features requie content to work.', 'jetpack' ) }
{ __( 'The following features require content to work.', 'jetpack' ) }
</Notice>
</PanelRow>
) }
Expand Down

0 comments on commit b9420f5

Please sign in to comment.