Skip to content

Commit 254a73f

Browse files
Addressed doc feedback
1 parent 65e6401 commit 254a73f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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>Using Network License Manager at <i>{nlmConnectionString}</i><br/>Close this window and continue in VSCode.</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> MATLAB is activated<br/>Close this window and continue in VSCode.` </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> You have successfully signed in as <i>{mhlmUsername}</i><br/>Close this window and continue in VSCode.</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'}} >

src/licensing/gui/src/components/LicensingGatherer/MHLM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function MHLM({mhlmLicensingInfo = null}) {
169169
</iframe>
170170

171171
<p id="ExistingLicenseNote">
172-
<b>Note</b>: If the MATLAB on PATH is already activated, you can skip this step by clicking on the <b>Existing License</b> tab
172+
<b>Note</b>: If the MATLAB installation specified in the Install Path setting is already activated, select <b>Existing License</b> at the top of this page to skip sign in.
173173
</p>
174174
</div>
175175
)

src/licensing/gui/src/components/LicensingGatherer/NLM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function NLM() {
8484
</form>
8585
<br></br>
8686
<p id="ExistingLicenseNote">
87-
<b>Note</b>: If the MATLAB on PATH is already activated, you can skip this step by clicking on the <b>Existing License</b> tab
87+
<b>Note</b>: If the MATLAB installation specified in the Install Path setting is already activated, select <b>Existing License</b> at the top of this page to skip sign in.
8888
</p>
8989
</div>
9090
);

0 commit comments

Comments
 (0)