Skip to content

Commit

Permalink
fix price filter validation message (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
em411 authored Sep 30, 2021
1 parent 623ff1f commit 51a2b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Type/PriceFilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'message' => 'bitbag_sylius_elasticsearch_plugin.max_price_numeric',
]),
new PositiveOrZero([
'message' => 'bitbag_sylius_elasticsearch_plugin.min_price_positive_or_zero',
'message' => 'bitbag_sylius_elasticsearch_plugin.max_price_positive_or_zero',
]),
],
])
Expand Down

0 comments on commit 51a2b1e

Please sign in to comment.