Skip to content

Commit

Permalink
clarify that automatic updates are in local server time
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Sep 26, 2023
1 parent c877d13 commit 232127c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/components/modals/AutomaticUpdatesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ export default class AutomaticUpdatesModal extends React.Component<
</p>
<span className="u-fontSize--normal u-marginTop--5 u-textColor--info u-lineHeight--more u-marginBottom--15">
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.
</span>
<div className="flex flex1">
<Select
Expand Down

0 comments on commit 232127c

Please sign in to comment.