diff --git a/src/common/data/notifications.js b/src/common/data/notifications.js index b80a791..368d486 100644 --- a/src/common/data/notifications.js +++ b/src/common/data/notifications.js @@ -6,7 +6,7 @@ let Notifications = Object.freeze({ }, 'AARD_DRM': { icon: 'exclamation-triangle', - text: 'Autodetection cannot run on this video. This usually happens when sites use DRM. You will have to set aspect ratio manually.', + text: 'Autodetection may not be able to run on this video. On sites that utilize DRM you will have to set aspect ratio manually.', timeout: 5000, } });