Clarify settings options

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
Nicolas Mowen 2024-05-29 07:39:18 -06:00 committed by GitHub
parent 9060fd570c
commit e56164d6d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ export default function GeneralSettingsView() {
<Separator className="my-2 flex bg-secondary" />
<Heading as="h4" className="my-2">
Dashboard
Live Dashboard
</Heading>
<div className="mt-2 space-y-6">
@ -83,7 +83,7 @@ export default function GeneralSettingsView() {
</div>
<div className="my-2 text-sm text-muted-foreground">
<p>
Automatically switch to live view when motion is detected.
Automatically switch to a camera's live view when activity is detected. Disabling this option causes static camera images on the Live dashboard to only update once per minute.
</p>
</div>
</div>