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 8251bc9 commit 0802b48Copy full SHA for 0802b48
app/code/Magento/Wishlist/Controller/Index/Send.php
@@ -203,7 +203,7 @@ public function execute()
203
$error = __('Please enter an email address.');
204
} else {
205
if (count($emails) > $emailsLeft) {
206
- $error = __('Maximum of %1 Emails can be Sent.', $emailsLeft);
+ $error = __('Maximum of %1 emails can be sent.', $emailsLeft);
207
208
foreach ($emails as $index => $email) {
209
$email = trim($email);
0 commit comments