Commit 0c1e557b authored by Jordan Graham's avatar Jordan Graham Committed by Markus Kalkbrenner
Browse files

Issue #3268415 by COBadger, mkalkbrenner: Typo in FacetForm

parent 5a79e3a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ class FacetForm extends EntityForm {
      $processor_url = Url::fromRoute('entity.search_api_index.processors', [
        'search_api_index' => $facet->getFacetSource()->getIndex()->id(),
      ]);
      $description = $this->t('Renders the items using hierarchy. Make sure to enable the hierarchy processor on the <a href=":processor-url">Search api index processor configuration</a> for this to work as expected. If disabled all items will be flatten.', [
      $description = $this->t('Renders the items using hierarchy. Make sure to enable the hierarchy processor on the <a href=":processor-url">Search api index processor configuration</a> for this to work as expected. If disabled all items will be flattened.', [
        ':processor-url' => $processor_url->toString(),
      ]);
      $form['facet_settings']['use_hierarchy']['#description'] = $description;