Skip to content

Commit

Permalink
AI Assistant: Update Breve grade level text (#38652)
Browse files Browse the repository at this point in the history
* update empty grade level text

* changelog
  • Loading branch information
dhasilva authored Jul 31, 2024
1 parent e962655 commit 40fb7ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Just a minor text change


Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Controls = ( { blocks, disabledFeatures } ) => {
{ gradeLevel === null ? (
<p>
<em className="breve-help-text">
{ __( 'Write some words to see your grade level.', 'jetpack' ) }
{ __( 'Write to see your grade level.', 'jetpack' ) }
</em>
</p>
) : (
Expand Down

0 comments on commit 40fb7ae

Please sign in to comment.