Skip to content

Commit 77036f9

Browse files
Minor change
1 parent 254a73f commit 77036f9

File tree

1 file changed

+3
-3
lines changed
  • src/licensing/gui/src/components/App

1 file changed

+3
-3
lines changed

src/licensing/gui/src/components/App/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'}} >

0 commit comments

Comments
 (0)