Use official spelling "FFmpeg" in ezviz / canary / onvif (#140938)

* Use official spelling "FFmpeg" in `ezviz`

* Use official spelling "FFmpeg" in `canary`

Fix sentence-casing along the way.

* Use official spelling "FFmpeg" in `onvif`

Fix sentence-casing along the way
This commit is contained in:
Norbert Rittel 2025-03-19 19:17:42 +01:00 committed by GitHub
parent 8afd9c0c44
commit 2ffec3415c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -21,8 +21,8 @@
"step": {
"init": {
"data": {
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras",
"timeout": "Request Timeout (seconds)"
"ffmpeg_arguments": "Arguments passed to FFmpeg for cameras",
"timeout": "Request timeout (seconds)"
}
}
}

View File

@ -54,7 +54,7 @@
"init": {
"data": {
"timeout": "Request timeout (seconds)",
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras"
"ffmpeg_arguments": "Arguments passed to FFmpeg for cameras"
}
}
}

View File

@ -62,12 +62,12 @@
"step": {
"onvif_devices": {
"data": {
"extra_arguments": "Extra FFMPEG arguments",
"extra_arguments": "Extra FFmpeg arguments",
"rtsp_transport": "RTSP transport mechanism",
"use_wallclock_as_timestamps": "Use wall clock as timestamps",
"enable_webhooks": "Enable Webhooks"
"enable_webhooks": "Enable webhooks"
},
"title": "ONVIF Device Options"
"title": "ONVIF device options"
}
}
},