Skip to content

Commit

Permalink
AI Assistant: Change Breve readability score text (#38620)
Browse files Browse the repository at this point in the history
* change readability text

* changelog
  • Loading branch information
dhasilva authored Jul 30, 2024
1 parent ffd27b8 commit f46c1aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

AI Assistant: Change Breve readability score text
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Controls = ( { blocks, disabledFeatures } ) => {
<p>
{ gradeLevel }
<span className="jetpack-ai-proofread__grade-label">
{ __( 'Readability score', 'jetpack' ) }
{ __( 'Reading grade score', 'jetpack' ) }
</span>
</p>
</Tooltip>
Expand Down

0 comments on commit f46c1aa

Please sign in to comment.