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 9e90f05 commit 6b39ef2Copy full SHA for 6b39ef2
app/code/Magento/Persistent/view/frontend/web/js/view/additional-welcome.js
@@ -40,7 +40,7 @@ define([
40
41
$(this).attr('data-bind', html);
42
$(this).html(html);
43
- $(this).after('<span><a ' + window.notYouLink + '>' + $t('Not you?') + '</a></span>');
+ $(this).after(' <span><a ' + window.notYouLink + '>' + $t('Not you?') + '</a></span>');
44
});
45
}
46
0 commit comments