Skip to content

Commit

Permalink
Add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Jun 21, 2024
1 parent c1f69d5 commit ee74620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/Type/ImportWishlistFromCsvType.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder
->add('wishlist_file', FileType::class, [
'label' => 'Wishlist (CSV file)',
'label' => false,
'mapped' => false,
'required' => true,
'constraints' => [
Expand All @@ -43,7 +43,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'choice_label' => 'name',
])
->add('submit', SubmitType::class, [
'label' => 'Submit',
'label' => 'bitbag_sylius_wishlist_plugin.ui.import_from_csv',
])
;
}
Expand Down

0 comments on commit ee74620

Please sign in to comment.