mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Improve user-facing strings of blink
(#144219)
- treat "sign in" as verb for consistency, removing the hyphen - fix sentence-casing of two strings
This commit is contained in:
parent
2e7b60c3ca
commit
c2a69bcb20
@ -2,7 +2,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Sign-in with Blink account",
|
"title": "Sign in with Blink account",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"simple_options": {
|
"simple_options": {
|
||||||
"data": {
|
"data": {
|
||||||
"scan_interval": "Scan Interval (seconds)"
|
"scan_interval": "Scan interval (seconds)"
|
||||||
},
|
},
|
||||||
"title": "Blink options",
|
"title": "Blink options",
|
||||||
"description": "Configure Blink integration"
|
"description": "Configure Blink integration"
|
||||||
@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
"config_entry_id": {
|
"config_entry_id": {
|
||||||
"name": "Integration ID",
|
"name": "Integration ID",
|
||||||
"description": "The Blink Integration ID."
|
"description": "The Blink integration ID."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user