Skip to content

Commit

Permalink
// Typo fix: There's no BAN,only Zuul... err, EAN!
Browse files Browse the repository at this point in the history
  • Loading branch information
xBorderie committed Feb 9, 2016
1 parent 72295c2 commit a5812dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
->add('attribute_ean13', FormType\TextType::class, array(
'required' => false,
'error_bubbling' => true,
'label' => $this->translator->trans('BAN-13 or JAN barcode', [], 'AdminProducts'),
'label' => $this->translator->trans('EAN-13 or JAN barcode', [], 'AdminProducts'),
'constraints' => array(
new Assert\Regex("/^[0-9]{0,13}$/"),
)
Expand Down

0 comments on commit a5812dc

Please sign in to comment.