Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistent spelling of "PIN" and "ID" #133653

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
NoRi2909 authored Dec 20, 2024
commit e0cb7aa2b91f9079d8a37e63f72e36e6f862e536
6 changes: 3 additions & 3 deletions homeassistant/components/blink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@
}
},
"send_pin": {
"name": "Send pin",
"name": "Send PIN",
"description": "Sends a new PIN to blink for 2FA.",
"fields": {
"pin": {
"name": "Pin",
"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."
}
}
}
Expand Down
Loading