Skip to content

Commit c2a69bc

Browse files
authored
Improve user-facing strings of blink (#144219)
- treat "sign in" as verb for consistency, removing the hyphen - fix sentence-casing of two strings
1 parent 2e7b60c commit c2a69bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/blink/strings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"step": {
44
"user": {
5-
"title": "Sign-in with Blink account",
5+
"title": "Sign in with Blink account",
66
"data": {
77
"username": "[%key:common::config_flow::data::username%]",
88
"password": "[%key:common::config_flow::data::password%]"
@@ -30,7 +30,7 @@
3030
"step": {
3131
"simple_options": {
3232
"data": {
33-
"scan_interval": "Scan Interval (seconds)"
33+
"scan_interval": "Scan interval (seconds)"
3434
},
3535
"title": "Blink options",
3636
"description": "Configure Blink integration"
@@ -93,7 +93,7 @@
9393
},
9494
"config_entry_id": {
9595
"name": "Integration ID",
96-
"description": "The Blink Integration ID."
96+
"description": "The Blink integration ID."
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)