diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 7f2ce01e0..975bbddc5 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -1464,7 +1464,7 @@ "deleteSectionConfirm": "Remove {{profile}}'s overrides for {{section}} on {{camera}}?", "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.", - "disabledDescription": "Profiles allow you to define named sets of camera config overrides (e.g., armed, away, night) that can be activated on demand. Enable profiles to get started." + "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", "confirmReset": "Confirm Reset", diff --git a/web/src/components/settings/ProfileSectionDropdown.tsx b/web/src/components/settings/ProfileSectionDropdown.tsx index 10ad0d437..e3f81bb79 100644 --- a/web/src/components/settings/ProfileSectionDropdown.tsx +++ b/web/src/components/settings/ProfileSectionDropdown.tsx @@ -114,11 +114,7 @@ export function ProfileSectionDropdown({ <> -