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
|
||||
</li>
|
||||
<li>
|
||||
If using an adapter, it's compatible and functioning
|
||||
correctly
|
||||
If using an adapter, ensure it's compatible and
|
||||
functioning correctly
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue