Skip to content

Commit 66d1cf8

Browse files
authored
Add missing period in "H.264" standard name in onvif (home-assistant#152132)
1 parent 27c0df3 commit 66d1cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/components/onvif/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
55
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
66
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
7-
"no_h264": "There were no H264 streams available. Check the profile configuration on your device.",
7+
"no_h264": "There were no H.264 streams available. Check the profile configuration on your device.",
88
"no_mac": "Could not configure unique ID for ONVIF device.",
99
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
1010
},
@@ -43,7 +43,7 @@
4343
},
4444
"configure_profile": {
4545
"description": "Create camera entity for {profile} at {resolution} resolution?",
46-
"title": "Configure Profiles",
46+
"title": "Configure profiles",
4747
"data": {
4848
"include": "Create camera entity"
4949
}

0 commit comments

Comments
 (0)