I have the following JS that creates a warning window:
alert("You have selected the maximum number of funds available for comparison. Please ensure only five funds have been selected for your basket");
Chrome creates a warning window as follows:

with the last two words translating on separate lines.
Has anyone seen this before? Any ideas how to fix this ?!
I wanted to add another screenshot, since I can reproduce this error: --Jeremy

source
share