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