Fix "set" / "sets" in action names and descriptions, spelling of "dB" (#135659)

This commit is contained in:
Norbert Rittel 2025-01-17 18:08:48 +01:00 committed by GitHub
parent ea7e53d10d
commit ca5aca4ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
"description": "Sets the \"Desk mode\" slider of the speaker in dB.", "description": "Sets the \"Desk mode\" slider of the speaker in dB.",
"fields": { "fields": {
"db_value": { "db_value": {
"name": "DB value", "name": "dB value",
"description": "Value of the slider." "description": "Value of the slider."
} }
} }
@ -75,8 +75,8 @@
} }
}, },
"set_low_hz": { "set_low_hz": {
"name": "Sets low Hertz", "name": "Set low Hertz",
"description": "Set the \"Sub out low-pass frequency\" slider of the speaker in Hz.", "description": "Sets the \"Sub out low-pass frequency\" slider of the speaker in Hz.",
"fields": { "fields": {
"hz_value": { "hz_value": {
"name": "[%key:component::kef::services::set_high_hz::fields::hz_value::name%]", "name": "[%key:component::kef::services::set_high_hz::fields::hz_value::name%]",
@ -85,8 +85,8 @@
} }
}, },
"set_sub_db": { "set_sub_db": {
"name": "Sets subwoofer dB", "name": "Set subwoofer dB",
"description": "Set the \"Sub gain\" slider of the speaker in dB.", "description": "Sets the \"Sub gain\" slider of the speaker in dB.",
"fields": { "fields": {
"db_value": { "db_value": {
"name": "[%key:component::kef::services::set_desk_db::fields::db_value::name%]", "name": "[%key:component::kef::services::set_desk_db::fields::db_value::name%]",