From e9ef68432afef3c7744a9c7fbb8b2570661953a1 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sun, 19 Apr 2026 14:51:09 -0700 Subject: [PATCH] Make caps consistent --- README_HA.md | 2 +- frontend/src/components/settings/SettingsFanoutSection.tsx | 2 +- frontend/src/test/fanoutSection.test.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README_HA.md b/README_HA.md index b58c620..b117899 100644 --- a/README_HA.md +++ b/README_HA.md @@ -39,7 +39,7 @@ The same node ID appears in: You can also see these IDs in RemoteTerm's Home Assistant integration UI: - `What gets created in Home Assistant` -- `Published Topic Summary` +- `Published topic summary` ## What Gets Created diff --git a/frontend/src/components/settings/SettingsFanoutSection.tsx b/frontend/src/components/settings/SettingsFanoutSection.tsx index 9be7264..1e7bee9 100644 --- a/frontend/src/components/settings/SettingsFanoutSection.tsx +++ b/frontend/src/components/settings/SettingsFanoutSection.tsx @@ -1194,7 +1194,7 @@ function MqttHaConfigEditor({
- Published Topic Summary + Published topic summary

diff --git a/frontend/src/test/fanoutSection.test.tsx b/frontend/src/test/fanoutSection.test.tsx index 03cf057..d2b526b 100644 --- a/frontend/src/test/fanoutSection.test.tsx +++ b/frontend/src/test/fanoutSection.test.tsx @@ -1057,7 +1057,7 @@ describe('SettingsFanoutSection', () => { selectCreateIntegration('Home Assistant MQTT Discovery'); confirmCreateIntegration(); - expect(await screen.findByText('Published Topic Summary')).toBeInTheDocument(); + expect(await screen.findByText('Published topic summary')).toBeInTheDocument(); fireEvent.click(await screen.findByLabelText(/Alice/)); fireEvent.click(await screen.findByLabelText(/Repeater One/));