File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/licensing/gui/src/components/App Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,11 +154,11 @@ function App() {
154154 let textToShow
155155
156156 if ( isNLM ) {
157- textToShow = < div > < h1 > Sign in using network license manager successful< br /> Close this window and continue in Visual Studio® Code.</ h1 > </ div >
157+ textToShow = < div > < h1 > Sign in using network license manager successful. < br /> Close this window and continue in Visual Studio® Code.</ h1 > </ div >
158158 } else if ( isExistingLicense ) {
159- textToShow = < div > < h1 > Using existing MATLAB installation< br /> Close this window and continue in Visual Studio® Code.</ h1 > </ div >
159+ textToShow = < div > < h1 > Using existing MATLAB installation. < br /> Close this window and continue in Visual Studio® Code.</ h1 > </ div >
160160 } else if ( isMHLM ) {
161- textToShow = < div > < h1 > Sign in successful< br /> Close this window and continue in Visual Studio® Code.</ h1 > </ div >
161+ textToShow = < div > < h1 > Sign in successful. < br /> Close this window and continue in Visual Studio® Code.</ h1 > </ div >
162162 }
163163
164164 overlayContent = < div style = { { textAlign : 'center' } } >
You can’t perform that action at this time.
0 commit comments