Skip to content

Commit

Permalink
added requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
divyajyothi5321 authored Dec 23, 2019
1 parent 8251bc9 commit 0802b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/Controller/Index/Send.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function execute()
$error = __('Please enter an email address.');
} else {
if (count($emails) > $emailsLeft) {
$error = __('Maximum of %1 Emails can be Sent.', $emailsLeft);
$error = __('Maximum of %1 emails can be sent.', $emailsLeft);
} else {
foreach ($emails as $index => $email) {
$email = trim($email);
Expand Down

0 comments on commit 0802b48

Please sign in to comment.