Skip to content

Commit

Permalink
Fix inconsistent spelling of "PIN" vs. "pin" (home-assistant#133655)
Browse files Browse the repository at this point in the history
As "PIN" is an abbreviation it should be all-caps throughout the UI.

This commit fixes two inconsistent occurrences in the invoke_pin action.
  • Loading branch information
NoRi2909 authored Dec 20, 2024
1 parent 0d309aa commit 83fdc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/openhome/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"services": {
"invoke_pin": {
"name": "Invoke PIN",
"description": "Invokes a pin on the specified device.",
"description": "Invokes a PIN on the specified device.",
"fields": {
"pin": {
"name": "PIN",
"description": "Which pin to invoke."
"description": "Which PIN to invoke."
}
}
}
Expand Down

0 comments on commit 83fdc07

Please sign in to comment.