Skip to content

Typo in message when removing coupon from cart #6994

@devonto

Description

@devonto

There is a typo in the message being displayed to a user when removing a coupon code. One 'l' when it should be two in 'cancelled'.

\vendor\magento\module-checkout\Controller\Cart\CouponPost.php line 137 is currently:

$this->messageManager->addSuccess(__('You canceled the coupon code.'));

And should be:
$this->messageManager->addSuccess(__('You cancelled the coupon code.'));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions