diff --git a/src/browser/ui/React.js b/src/browser/ui/React.js index a64bfbf7b3..5fccdff73d 100644 --- a/src/browser/ui/React.js +++ b/src/browser/ui/React.js @@ -120,8 +120,8 @@ if (__DEV__) { warning( !ieCompatibilityMode, - 'Internet Explorer is running in compatibility mode, please add the following ' + - 'tag to your HTML to prevent this from happening: ' + + 'Internet Explorer is running in compatibility mode; please add the ' + + 'following tag to your HTML to prevent this from happening: ' + '' );