From 232127c132105035ffe4f7af7bf7f9aaf011ebe8 Mon Sep 17 00:00:00 2001
From: Craig O'Donnell
Date: Tue, 26 Sep 2023 21:02:38 +0000
Subject: [PATCH 1/2] clarify that automatic updates are in local server time
---
web/src/components/modals/AutomaticUpdatesModal.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/src/components/modals/AutomaticUpdatesModal.tsx b/web/src/components/modals/AutomaticUpdatesModal.tsx
index 29b35fb02e..09ab6daef7 100644
--- a/web/src/components/modals/AutomaticUpdatesModal.tsx
+++ b/web/src/components/modals/AutomaticUpdatesModal.tsx
@@ -325,7 +325,8 @@ export default class AutomaticUpdatesModal extends React.Component<
Choose how frequently your application checks for updates. A
- custom schedule can be defined with a cron expression.
+ custom schedule can be defined with a cron expression. Configured
+ automatic update checks use the local server time.