Update description of evaluate_payload to use friendly name (#140736)

* Update description of `evaluate_payload` to use friendly name

For the graphical UI the action descriptions need to refer to the friendly names of other fields so these can be translated to match.

Small change from `payload` to 'Payload'.

* Replace "When …" with "If …"
This commit is contained in:
Norbert Rittel 2025-03-16 22:38:25 +01:00 committed by GitHub
parent a9949aece0
commit f19a5b28f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -362,7 +362,7 @@
"fields": {
"evaluate_payload": {
"name": "Evaluate payload",
"description": "When `payload` is a Python bytes literal, evaluate the bytes literal and publish the raw data."
"description": "If 'Payload' is a Python bytes literal, evaluate the bytes literal and publish the raw data."
},
"topic": {
"name": "Topic",