Update webcam.js

This commit is contained in:
DavidXanatos 2023-07-04 21:14:14 +02:00
parent 617c7af1a6
commit d1c637dfc9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let message = tr('To enable webcam support on Windows 11 the isolation level mus
'If you want to proceed please press NEXT and select a sandbox to modify. \n');
if(!sbie.isCertValid())
mesage += tr('\nPlease note that this required presets work only with a valid supporter certificate!');
message += tr('\nPlease note that this required presets work only with a valid supporter certificate!');
wizard.showStatus(message, true);