Is there a correct way to insert a new line for content in a modal? I have this simple string:
'Please check the Apple and/or \nOrange Folder checkbox to start program.'
I placed the '\n' newline character before "Orange," expecting the modal to display two lines. However, when the modal appears, everything is shown on one line (the '\n' doesn't appear to be affecting the text as expected).