Fix language string (#9767)

This commit is contained in:
Paulus Schoutsen 2021-08-10 12:22:38 -07:00 committed by GitHub
parent 2557b03b11
commit 3897e3d452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}` }`
)} )}