Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
44 stars 39 forks source link

GiftCardType: customer field doesnt use token for label #215

Closed seizan8 closed 2 years ago

seizan8 commented 2 years ago

Setono\SyliusGiftCardPlugin\Form\Type\GiftCardType

The customer field doesn't have a label parameter and so simply uses "customer" instead of a translation token. "sylius.ui.customer" should probably used as label here, similar to the amount field.

grafik

Roshyo commented 2 years ago

Thanks for reporting this issue @seizan8 ! it is now fixed on 0.12 branch.

seizan8 commented 2 years ago

neat. thanks :)