How do you properly add a newline for a modal's content? I have a simple string:
'Please check the Apple and/or \nOrange Folder checkbox to start program.'
I've put the '\n' newline character right before "Orange" so I would expect the modal to have two lines. However, when the modal is displayed, everything is presented on one line (the '\n' is not displayed so I'm sure typescript is seeing it properly and not making it part of the string).