From e92fa2b4ba9af6ea86eed227e5da170a5839a55b Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Thu, 12 Mar 2026 10:47:31 -0500
Subject: [PATCH] tweak language
---
web/public/locales/en/views/settings.json | 4 ++--
web/src/pages/Settings.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json
index 2402e76ea..2d0e78d11 100644
--- a/web/public/locales/en/views/settings.json
+++ b/web/public/locales/en/views/settings.json
@@ -1457,7 +1457,7 @@
"activated": "Profile '{{profile}}' activated",
"activateFailed": "Failed to set profile",
"deactivated": "Profile deactivated",
- "noProfiles": "No profiles defined. Add a profile from any camera section.",
+ "noProfiles": "No profiles defined.",
"noOverrides": "No overrides",
"cameraCount_one": "{{count}} camera",
"cameraCount_other": "{{count}} cameras",
@@ -1485,7 +1485,7 @@
"deleteSectionConfirm": "Remove the {{section}} overrides for profile {{profile}} on {{camera}}?",
"deleteSectionSuccess": "Removed {{section}} overrides for {{profile}}",
"enableSwitch": "Enable Profiles",
- "enabledDescription": "Profiles are enabled. Navigate to a camera config section, create a new profile from the dropdown in the header, and save for changes to take effect.",
+ "enabledDescription": "Profiles are enabled. Create a new profile below, navigate to a camera config section to make your changes, and save for changes to take effect.",
"disabledDescription": "Profiles allow you to define named sets of camera config overrides (e.g., armed, away, night) that can be activated on demand."
},
"unsavedChanges": "You have unsaved changes",
diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx
index 33941cf9d..99e7941e1 100644
--- a/web/src/pages/Settings.tsx
+++ b/web/src/pages/Settings.tsx
@@ -1769,7 +1769,7 @@ export default function Settings() {
>
{isSavingAll ? (
<>
-
+
{t("button.savingAll", { ns: "common" })}
>
) : (