From ba3ad69c56d0bc67e5c0a111022dbd840c0ff2e7 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Thu, 11 May 2023 05:49:22 -0500 Subject: [PATCH] Update wording --- web/src/routes/Cameras.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Cameras.jsx b/web/src/routes/Cameras.jsx index b4c2ce7a0..1e2bbf903 100644 --- a/web/src/routes/Cameras.jsx +++ b/web/src/routes/Cameras.jsx @@ -65,7 +65,7 @@ function Camera({ name, config }) { }, }, { - name: config.record.enabled_in_config ? `Toggle recordings ${recordValue === 'ON' ? 'off' : 'on'}` : 'Recordings can not be enabled, please enable in config.', + name: config.record.enabled_in_config ? `Toggle recordings ${recordValue === 'ON' ? 'off' : 'on'}` : 'Recordings must be enabled in the config to be turned on in the UI.', icon: ClipIcon, color: config.record.enabled_in_config ? (recordValue === 'ON' ? 'blue' : 'gray') : 'red', onClick: () => {