Fix inconsistent spelling of "PIN" and "ID" (#133653)
* Fix inconsistent spelling of "PIN" and "ID" Several actions contain an inconsistent spelling of "PIN" and "ID" with lowercase characters. Especially to avoid (automated) mistranslations as (connection) pin etc. this needs to be corrected. * Fix lowercase "blink" as well Additional commit to fix the wrong spelling of "blink" along the way.pull/133660/head
parent
cbb4c06195
commit
9f43a7a17b
|
@ -84,16 +84,16 @@
|
|||
}
|
||||
},
|
||||
"send_pin": {
|
||||
"name": "Send pin",
|
||||
"description": "Sends a new PIN to blink for 2FA.",
|
||||
"name": "Send PIN",
|
||||
"description": "Sends a new PIN to Blink for 2FA.",
|
||||
"fields": {
|
||||
"pin": {
|
||||
"name": "Pin",
|
||||
"description": "PIN received from blink. Leave empty if you only received a verification email."
|
||||
"name": "PIN",
|
||||
"description": "PIN received from Blink. Leave empty if you only received a verification email."
|
||||
},
|
||||
"config_entry_id": {
|
||||
"name": "Integration ID",
|
||||
"description": "The Blink Integration id."
|
||||
"description": "The Blink Integration ID."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue