diff --git a/src/views/tenant/standards/BestPracticeAnalyser.js b/src/views/tenant/standards/BestPracticeAnalyser.js index 7ac3e43c79a0..1e2e947145e5 100644 --- a/src/views/tenant/standards/BestPracticeAnalyser.js +++ b/src/views/tenant/standards/BestPracticeAnalyser.js @@ -23,7 +23,7 @@ const RefreshAction = () => {
Are you sure you want to force the Best Practice Analysis to run? This will slow down normal usage considerably.
- Please note: this runs at midnight automatically every day. + Please note: this runs at 3:00 AM UTC automatically every day.
), onConfirm: () => execBestPracticeAnalyser(), diff --git a/src/views/tenant/standards/DomainsAnalyser.js b/src/views/tenant/standards/DomainsAnalyser.js index 0c196a69238a..6b8bd505d756 100644 --- a/src/views/tenant/standards/DomainsAnalyser.js +++ b/src/views/tenant/standards/DomainsAnalyser.js @@ -25,7 +25,7 @@ const RefreshAction = () => {
Are you sure you want to force the Domain Analysis to run? This will slow down normal usage considerably.
- Please note: this runs at midnight automatically every day. + Please note: this runs at 4:30 AM UTC automatically every day.
), onConfirm: () => execDomainsAnalyser(),