Skip to content

Commit 9b30f32

Browse files
authored
Replace "Sign-in …" with "Sign in …" in ring (#144222)
The config flow titles in Home Assistant use verbs by default ("Set up …" / "Configure …" / "Select …" etc. Therefore "Sign-in …" (noun) for the initial setup in `ring` is replaced with "Sign in …" (verb).
1 parent c2a69bc commit 9b30f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/ring/strings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"step": {
44
"user": {
5-
"title": "Sign-in with Ring account",
5+
"title": "Sign in with Ring account",
66
"data": {
77
"username": "[%key:common::config_flow::data::username%]",
88
"password": "[%key:common::config_flow::data::password%]"

0 commit comments

Comments
 (0)