Skip to content
Snippets Groups Projects
Commit cd483390 authored by Balu Ertl's avatar Balu Ertl Committed by Joris Vercammen
Browse files

Issue #3137781 by jonathan_hunt, Balu Ertl: Facet form typo: s/trough/through/

parent 6af46e7f
No related branches found
No related tags found
No related merge requests found
...@@ -376,7 +376,7 @@ class FacetForm extends EntityForm { ...@@ -376,7 +376,7 @@ class FacetForm extends EntityForm {
$form['facet_settings']['show_title'] = [ $form['facet_settings']['show_title'] = [
'#type' => 'checkbox', '#type' => 'checkbox',
'#title' => $this->t('Show title of facet'), '#title' => $this->t('Show title of facet'),
'#description' => $this->t('Show the title of the facet trough a twig template'), '#description' => $this->t('Show the title of the facet through a Twig template'),
'#default_value' => $facet->get('show_title'), '#default_value' => $facet->get('show_title'),
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment