diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-ai-breve-readability-text b/projects/plugins/jetpack/changelog/fix-jetpack-ai-breve-readability-text new file mode 100644 index 0000000000000..f67ce82dfa493 --- /dev/null +++ b/projects/plugins/jetpack/changelog/fix-jetpack-ai-breve-readability-text @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +AI Assistant: Change Breve readability score text diff --git a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/controls.js b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/controls.js index 2f0fea15152ab..e70550c65877c 100644 --- a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/controls.js +++ b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/controls.js @@ -99,7 +99,7 @@ const Controls = ( { blocks, disabledFeatures } ) => {
{ gradeLevel } - { __( 'Readability score', 'jetpack' ) } + { __( 'Reading grade score', 'jetpack' ) }