mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Fix language string (#9767)
This commit is contained in:
parent
2557b03b11
commit
3897e3d452
@ -59,7 +59,7 @@ export class CloudRemotePref extends LitElement {
|
|||||||
remote_connected
|
remote_connected
|
||||||
? "connected"
|
? "connected"
|
||||||
: remote_enabled
|
: remote_enabled
|
||||||
? "connecting"
|
? "reconnecting"
|
||||||
: "not_connected"
|
: "not_connected"
|
||||||
}`
|
}`
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user