Use official spelling "FFmpeg" in user-facing strings (#140937)

* Use official spelling "FFmpeg" in user-facing strings

* Replace "a" with "an"
This commit is contained in:
Norbert Rittel 2025-03-19 18:50:19 +01:00 committed by GitHub
parent 05c61b7ec3
commit d99df8701c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"services": { "services": {
"restart": { "restart": {
"name": "[%key:common::action::restart%]", "name": "[%key:common::action::restart%]",
"description": "Sends a restart command to a ffmpeg based sensor.", "description": "Sends a restart command to an FFmpeg-based sensor.",
"fields": { "fields": {
"entity_id": { "entity_id": {
"name": "Entity", "name": "Entity",
@ -12,7 +12,7 @@
}, },
"start": { "start": {
"name": "[%key:common::action::start%]", "name": "[%key:common::action::start%]",
"description": "Sends a start command to a ffmpeg based sensor.", "description": "Sends a start command to an FFmpeg-based sensor.",
"fields": { "fields": {
"entity_id": { "entity_id": {
"name": "Entity", "name": "Entity",
@ -22,7 +22,7 @@
}, },
"stop": { "stop": {
"name": "[%key:common::action::stop%]", "name": "[%key:common::action::stop%]",
"description": "Sends a stop command to a ffmpeg based sensor.", "description": "Sends a stop command to an FFmpeg-based sensor.",
"fields": { "fields": {
"entity_id": { "entity_id": {
"name": "Entity", "name": "Entity",