mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix grammar bug "to sign into" in hive
(#142086)
This commit is contained in:
parent
48cbe22609
commit
314f658d92
@ -34,9 +34,9 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_username": "Failed to sign into Hive. Your email address is not recognised.",
|
||||
"invalid_password": "Failed to sign into Hive. Incorrect password, please try again.",
|
||||
"invalid_code": "Failed to sign into Hive. Your two-factor authentication code was incorrect.",
|
||||
"invalid_username": "Failed to sign in to Hive. Your email address is not recognised.",
|
||||
"invalid_password": "Failed to sign in to Hive. Incorrect password, please try again.",
|
||||
"invalid_code": "Failed to sign in to Hive. Your two-factor authentication code was incorrect.",
|
||||
"no_internet_available": "An Internet connection is required to connect to Hive.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user