Commit ed583127 authored by Serhii Shevchyk's avatar Serhii Shevchyk Committed by Andras Szilagyi
Browse files

Issue #3274513 by SerShevchyk, smulvih2: Make apply and reset button labels translatable

parent ec785184
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,10 +38,10 @@ block.settings.facets_form:*:*:
          label: Label
          mapping:
            submit:
              type: string
              type: label
              label: Submit
            reset:
              type: string
              type: label
              label: Clear filters
    facets:
      type: sequence
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ class FacetsFormBlockDeriverTest extends EntityKernelTestBase {
    $facet_sources = $this->container
      ->get('plugin.manager.facets.facet_source')
      ->getDefinitions();
    $this->assertCount(9, $facet_sources);
    $this->assertCount(10, $facet_sources);

    /** @var \Drupal\Core\Block\BlockManagerInterface $block_manager */
    $block_manager = $this->container->get('plugin.manager.block');