Skip to content

Commit

Permalink
Merge pull request #807 from 10up/update/text
Browse files Browse the repository at this point in the history
Update the Classification enable text
  • Loading branch information
jeffpaul authored Sep 27, 2024
2 parents ac2c778 + e050358 commit c1da04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Features/Classification.php
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public function render_previewer( string $active_feature ) {
* @return string
*/
public function get_enable_description(): string {
return esc_html__( 'Enables automatic content classification.', 'classifai' );
return esc_html__( 'Enables content classification.', 'classifai' );
}

/**
Expand Down

0 comments on commit c1da04f

Please sign in to comment.