Skip to content

Commit a882be9

Browse files
26064 issuefix
1 parent f540160 commit a882be9

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
@@ -204,7 +204,7 @@ public function execute()
204204
$error = __('Please enter an email address.');
205205
} else {
206206
if (count($emails) > $emailsLeft) {
207-
$error = __('This wish list can be shared %1 more times.', $emailsLeft);
207+
$error = __('Maximum of %1 Emails can be Sent.', $emailsLeft);
208208
} else {
209209
foreach ($emails as $index => $email) {
210210
$email = trim($email);

0 commit comments

Comments
 (0)