mirror of https://github.com/jetkvm/kvm.git
VideoOverlay: add missing word to adapter line
THe sentence was incomplete without "ensure".
This commit is contained in:
parent
951e673e0c
commit
bca6cdad73
|
@ -241,8 +241,8 @@ export function HDMIErrorOverlay({ show, hdmiState }: HDMIErrorOverlayProps) {
|
||||||
Ensure source device is powered on and outputting a signal
|
Ensure source device is powered on and outputting a signal
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If using an adapter, it's compatible and functioning
|
If using an adapter, ensure it's compatible and
|
||||||
correctly
|
functioning correctly
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue