Skip to content

Commit

Permalink
Merge branch '1.14' into 2.0
Browse files Browse the repository at this point in the history
* 1.14:
  Remove select scope translation
  Remove unneded placeholder from Zone's form scope
  • Loading branch information
GSadee committed May 8, 2024
2 parents 3af4f84 + 5e59f97 commit 0decbd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneType.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
->add('scope', ChoiceType::class, [
'choices' => array_flip($this->scopeChoices),
'label' => 'sylius.form.zone.scope',
'placeholder' => 'sylius.form.zone.select_scope',
'placeholder' => null,
'required' => false,
])
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ sylius:
scopes:
all: All
select: Select
select_scope: Select scope
zone_member:
select: Select

0 comments on commit 0decbd7

Please sign in to comment.