Skip to content

Commit 0802b48

Browse files
added requested changes
1 parent 8251bc9 commit 0802b48

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Wishlist/Controller/Index

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Controller/Index/Send.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function execute()
203203
$error = __('Please enter an email address.');
204204
} else {
205205
if (count($emails) > $emailsLeft) {
206-
$error = __('Maximum of %1 Emails can be Sent.', $emailsLeft);
206+
$error = __('Maximum of %1 emails can be sent.', $emailsLeft);
207207
} else {
208208
foreach ($emails as $index => $email) {
209209
$email = trim($email);

0 commit comments

Comments
 (0)