Use translation references for BraviaTV config flow (#40955)

pull/40965/head
Maciej Bieniek 2020-10-01 13:16:07 +02:00 committed by GitHub
parent fb3de7e3e6
commit 670404f43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@
},
"error": {
"invalid_host": "Invalid hostname or IP address.",
"cannot_connect": "Failed to connect, invalid host or PIN code.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unsupported_model": "Your TV model is not supported."
},
"abort": {
"already_configured": "This TV is already configured.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_ip_control": "IP Control is disabled on your TV or the TV is not supported."
}
},