Skip to content

Commit adccc57

Browse files
committed
Change error message
1 parent 0df8d31 commit adccc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Controller/Cart/Addgroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function execute()
7575
}
7676
$this->cart->save();
7777
} else {
78-
$this->messageManager->addErrorMessage(__('Please select atleast one product to add to cart'));
78+
$this->messageManager->addErrorMessage(__('Please select at least one product to add to cart'));
7979
}
8080
return $this->_goBack();
8181
}

0 commit comments

Comments
 (0)