From 96a5b8da8f4a5f69576185557257a21f65f2a6ea Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 31 Jan 2021 17:57:35 +0100 Subject: [PATCH] Add a bit of 'maybe' to "whoops no Aard on this site" notification --- src/common/data/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } });