diff --git a/src/Form/CategoryForm.php b/src/Form/CategoryForm.php index 59a8cc5..d9effdc 100644 --- a/src/Form/CategoryForm.php +++ b/src/Form/CategoryForm.php @@ -106,7 +106,7 @@ class CategoryForm extends EntityForm { } } if (!($recipients_chosen)) { - $form_state->setErrorByName('', $this->t('A value should be chosen in atleast one grouping to determine recipients.'), 'error'); + $form_state->setErrorByName('', $this->t('Atleast one recipient is required.'), 'error'); } }