From 66d1cf8af7cd07f2f4b721faba56c3ca9a569da9 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 11 Sep 2025 21:12:02 +0200 Subject: [PATCH] Add missing period in "H.264" standard name in `onvif` (#152132) --- homeassistant/components/onvif/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/onvif/strings.json b/homeassistant/components/onvif/strings.json index 7988c50b1ac..b9b9150a887 100644 --- a/homeassistant/components/onvif/strings.json +++ b/homeassistant/components/onvif/strings.json @@ -4,7 +4,7 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", - "no_h264": "There were no H264 streams available. Check the profile configuration on your device.", + "no_h264": "There were no H.264 streams available. Check the profile configuration on your device.", "no_mac": "Could not configure unique ID for ONVIF device.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, @@ -43,7 +43,7 @@ }, "configure_profile": { "description": "Create camera entity for {profile} at {resolution} resolution?", - "title": "Configure Profiles", + "title": "Configure profiles", "data": { "include": "Create camera entity" }