Fix inconsistent spelling of "PIN" vs. "pin" (#133655)

As "PIN" is an abbreviation it should be all-caps throughout the UI.

This commit fixes two inconsistent occurrences in the invoke_pin action.
This commit is contained in:
Norbert Rittel 2024-12-20 15:15:16 +01:00 committed by GitHub
parent 0d309aa632
commit 83fdc07df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
"services": { "services": {
"invoke_pin": { "invoke_pin": {
"name": "Invoke PIN", "name": "Invoke PIN",
"description": "Invokes a pin on the specified device.", "description": "Invokes a PIN on the specified device.",
"fields": { "fields": {
"pin": { "pin": {
"name": "PIN", "name": "PIN",
"description": "Which pin to invoke." "description": "Which PIN to invoke."
} }
} }
} }