Fix description of `cycle` field in `input_select.select_previous` action (#139032)

pull/139189/head
Norbert Rittel 2025-02-24 13:56:06 +01:00 committed by GitHub
parent beec67a247
commit 0b7a023d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"fields": {
"cycle": {
"name": "[%key:component::input_select::services::select_next::fields::cycle::name%]",
"description": "[%key:component::input_select::services::select_next::fields::cycle::description%]"
"description": "If the option should cycle from the first to the last option on the list."
}
}
},