Skip to content

Commit 79d99ed

Browse files
committed
NAS-141486: Improve VNC banner heading and drop unrelated password note
Claude-Session: https://claude.ai/code/session_011mVrApMQwPu6ud25e38x39
1 parent faa45b0 commit 79d99ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/pages/vm/devices/device-form/device-form.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@
368368
@if (getCurrentDisplayType() === VmDisplayType.Vnc) {
369369
<tn-banner
370370
type="info"
371-
[heading]="'Note' | translate"
372-
[message]="'VNC requires a separate client application and cannot be accessed through the web browser. Password is limited to 8 characters.' | translate"
371+
[heading]="'Requires separate client software' | translate"
372+
[message]="'VNC requires a separate client application and cannot be accessed through the web browser.' | translate"
373373
></tn-banner>
374374
}
375375
} @else {

src/app/pages/vm/vm-wizard/steps/1-os-step/os-step.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134

135135
<tn-banner
136136
type="info"
137-
[heading]="'Note' | translate"
138-
[message]="'VNC requires a separate client application and cannot be accessed through the web browser. Password is limited to 8 characters.' | translate"
137+
[heading]="'Requires separate client software' | translate"
138+
[message]="'VNC requires a separate client application and cannot be accessed through the web browser.' | translate"
139139
></tn-banner>
140140
}
141141
</tn-form-section>

0 commit comments

Comments
 (0)