Remove unused string in P1 Monitor (#54911)

This commit is contained in:
Klaas Schoute 2021-08-21 13:53:28 +02:00 committed by GitHub
parent fedd958dc0
commit de354f96fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -10,8 +10,7 @@
} }
}, },
"error": { "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
"unknown": "[%key:common::config_flow::error::unknown%]"
} }
} }
} }

View file

@ -1,8 +1,7 @@
{ {
"config": { "config": {
"error": { "error": {
"cannot_connect": "Failed to connect", "cannot_connect": "Failed to connect"
"unknown": "Unexpected error"
}, },
"step": { "step": {
"user": { "user": {