issue_13678: fix typos in docs and admin messages

This commit is contained in:
gigamarr 2022-02-22 13:16:06 +04:00
parent 32bc93d8eb
commit d1592f82e5
3 changed files with 3 additions and 2 deletions

View file

@ -415,3 +415,4 @@ Improvements and fixes in Catalog Promotion and Shop API
- [#13387](https://github.com/Sylius/Sylius/issues/13387) Explanation note about minimum price in product variant creation form ([@TheMilek](https://github.com/TheMilek))
- [#13388](https://github.com/Sylius/Sylius/issues/13388) [Migrations] Remove invalid NOT NULL usage ([@Zales0123](https://github.com/Zales0123))
- [#13391](https://github.com/Sylius/Sylius/issues/13391) [Maintenance] Conflict with Symfony 6 packages ([@lchrusciel](https://github.com/lchrusciel))
- [#13678](https://github.com/Sylius/Sylius/issues/13678) [Minor] Fix minor typo in docs and AdminBundle messages ([@gigamarr](https://github.com/gigamarr))

View file

@ -14,7 +14,7 @@ Price and Original Price
------------------------
Price - this is the current price of the product variant displayed in the catalog. It can be modified explicitly by i.e. catalog promotions.
Original price - this is the price of the product variant it is displayed as crossed-out in the catalog. It is used as the base for current price calculations. If this value is not definded, Catalog Promotion logic will copy value from Price to Original Price.
Original price - this is the price of the product variant it is displayed as crossed-out in the catalog. It is used as the base for current price calculations. If this value is not defined, Catalog Promotion logic will copy value from Price to Original Price.
Minimum Price
-------------

View file

@ -50,7 +50,7 @@ sylius:
channel_pricings: Channel pricings
product:
product_not_active_in_channel: The product is not yet activated in this channel.
original_price_details: Original price - this is the price of the product variant It is displayed as crossed-out in the catalog. It is used as the base for current price calculations. If this value is not definded, Catalog Promotion logic will copy value from Price to Original Price.
original_price_details: Original price - this is the price of the product variant It is displayed as crossed-out in the catalog. It is used as the base for current price calculations. If this value is not defined, Catalog Promotion logic will copy value from Price to Original Price.
price_details: Price - this is the current price of the product variant displayed in the catalog. It can be modified explicitly by i.e. catalog promotions.
minimum_price_details: Minimum price - this is the pricing threshold below which the current price cannot be discounted by neither catalog nor cart promotions. Use this to guard the profitability of your sales.
gateway: