Skip to content

Commit

Permalink
Update label text
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jun 21, 2023
1 parent af7cc4c commit 06ff2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/gutenberg-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const ClassifAITSpeechSynthesisToggle = ( props ) => {
return (
<>
<ToggleControl
label={ __( 'Enable audio for this post.', 'classifai' ) }
label={ __( 'Enable audio generation', 'classifai' ) }
help={
isFeatureSupported
? __(
Expand Down

0 comments on commit 06ff2e1

Please sign in to comment.