From 5a49c10b7c143b5a86c47663de61712de87575fd Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 29 May 2024 08:00:20 -0600 Subject: [PATCH] Rename --- .../{GeneralSettingsVIew.tsx => GeneralSettingsView.tsx} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename web/src/views/settings/{GeneralSettingsVIew.tsx => GeneralSettingsView.tsx} (96%) diff --git a/web/src/views/settings/GeneralSettingsVIew.tsx b/web/src/views/settings/GeneralSettingsView.tsx similarity index 96% rename from web/src/views/settings/GeneralSettingsVIew.tsx rename to web/src/views/settings/GeneralSettingsView.tsx index e92b2fc2c..3e145382c 100644 --- a/web/src/views/settings/GeneralSettingsVIew.tsx +++ b/web/src/views/settings/GeneralSettingsView.tsx @@ -83,7 +83,9 @@ export default function GeneralSettingsView() {

- 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. + 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.