VideoOverlay: add missing word to adapter line

THe sentence was incomplete without "ensure".
This commit is contained in:
Simão Gomes Viana 2025-04-11 22:58:13 +02:00 committed by GitHub
parent 951e673e0c
commit bca6cdad73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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&apos;s compatible and functioning If using an adapter, ensure it&apos;s compatible and
correctly functioning correctly
</li> </li>
</ul> </ul>
</div> </div>