Skip to content

Commit 6b39ef2

Browse files
MC-38269: [CLARIFICATION] [Magento Cloud] - Persistent Shopping cart Header Weelcome & Not you?
1 parent 9e90f05 commit 6b39ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Persistent/view/frontend/web/js/view/additional-welcome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ define([
4040

4141
$(this).attr('data-bind', html);
4242
$(this).html(html);
43-
$(this).after('<span><a ' + window.notYouLink + '>' + $t('Not you?') + '</a></span>');
43+
$(this).after(' <span><a ' + window.notYouLink + '>' + $t('Not you?') + '</a></span>');
4444
});
4545
}
4646
}

0 commit comments

Comments
 (0)