diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/Plugin/Field/FieldWidget/ViewsBasicDefaultWidget.php b/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/Plugin/Field/FieldWidget/ViewsBasicDefaultWidget.php index 44bd08f26..cffe1caea 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/Plugin/Field/FieldWidget/ViewsBasicDefaultWidget.php +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/Plugin/Field/FieldWidget/ViewsBasicDefaultWidget.php @@ -323,8 +323,8 @@ public function formElement( '#title' => $this->t('Match Content That Has'), // Set operator: "+" is "OR" and "," is "AND". '#options' => [ - '+' => $this->t('Can have any term listed in tags and categories'), - ',' => $this->t('Must have all terms listed in tags and categories'), + '+' => $this->t('Can have any term listed in include/exclude terms'), + ',' => $this->t('Must have all terms listed in include/exclude terms'), ], '#default_value' => ($items[$delta]->params) ? $this->viewsBasicManager->getDefaultParamValue('operator', $items[$delta]->params) : '+', '#attributes' => [