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).
This commit is contained in:
Norbert Rittel 2025-05-04 20:12:01 +02:00 committed by GitHub
parent c2a69bcb20
commit 9b30f32cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Sign-in with Ring account",
"title": "Sign in with Ring account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"