Skip to content

Commit

Permalink
Wording updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Dec 6, 2023
1 parent 36040e1 commit 51e5b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Classifai/Providers/Watson/NLU.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ protected function do_nlu_features_sections() {
'label_for' => 'classification_method',
'default_value' => $default_settings['classification_method'],
'options' => array(
'recommended_terms' => __( 'Add all suggested terms', 'classifai' ),
'existing_terms' => __( 'Only add suggested terms that already exist', 'classifai' ),
'recommended_terms' => __( 'Recommend terms even if they do not exist on the site', 'classifai' ),
'existing_terms' => __( 'Only recommend terms that already exist on the site', 'classifai' ),
),
]
);
Expand Down

0 comments on commit 51e5b7b

Please sign in to comment.