We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df8d31 commit adccc57Copy full SHA for adccc57
app/code/Magento/Checkout/Controller/Cart/Addgroup.php
@@ -75,7 +75,7 @@ public function execute()
75
}
76
$this->cart->save();
77
} else {
78
- $this->messageManager->addErrorMessage(__('Please select atleast one product to add to cart'));
+ $this->messageManager->addErrorMessage(__('Please select at least one product to add to cart'));
79
80
return $this->_goBack();
81
0 commit comments