Add a bit of 'maybe' to "whoops no Aard on this site" notification

This commit is contained in:
Tamius Han 2021-01-31 17:57:35 +01:00
parent f961c8aea8
commit 96a5b8da8f

View File

@ -6,7 +6,7 @@ let Notifications = Object.freeze({
},
'AARD_DRM': {
icon: 'exclamation-triangle',
text: '<b>Autodetection cannot run on this video.</b> This usually happens when sites use DRM. You will have to set aspect ratio manually.',
text: '<b>Autodetection may not be able to run on this video.</b> On sites that utilize DRM you will have to set aspect ratio manually.',
timeout: 5000,
}
});