Skip to content

Commit fd52627

Browse files
authored
Merge pull request PrestaShop#36386 from Hlavtox/fix-typo-pack-wording
Fix typo in pack wording that doesn't make sense
2 parents 08e583f + 1d03bba commit fd52627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrestaShopBundle/Form/Admin/Sell/Product/Stock/StockType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
115115
'choices' => $this->packStockTypeChoiceProvider->getChoices(),
116116
'expanded' => true,
117117
'label' => $this->trans('Pack stock behavior', 'Admin.Catalog.Feature'),
118-
'label_help_box' => $this->trans('Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored.', 'Admin.Catalog.Help'),
118+
'label_help_box' => $this->trans('Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stock of pack manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack is ignored.', 'Admin.Catalog.Help'),
119119
'label_tag_name' => 'h3',
120120
'required' => false,
121121
'placeholder' => false,

0 commit comments

Comments
 (0)