2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -286,7 +286,7 @@ function forum_node_validate($node, $form) {
':vid'=>$term->vid,
))->fetchField();
if($used&&in_array($term->tid,$containers)){
form_set_error('taxonomy_forums',t('The item %forum is only a forum container. Select one of the forums below it.',array('%forum'=>$term->name)));
form_set_error('taxonomy_forums',t('The item %forum is a forum container, not a forum. Select one of the forums below instead.',array('%forum'=>$term->name)));