Skip to content
Snippets Groups Projects
Unverified Commit e0d14603 authored by Melvin's avatar Melvin Committed by GitHub
Browse files

Replace strings in atag component (#40935)

parent f90f6904
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
"title": "Connect to the device", "title": "Connect to the device",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"email": "Email (Optional)", "email": "[%key:common::config_flow::data::email%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
} }
} }
}, },
"error": { "error": {
"unauthorized": "Pairing denied, check device for auth request", "unauthorized": "Pairing denied, check device for auth request",
"connection_error": "Failed to connect, please try again" "connection_error": "[%key:common::config_flow::error::cannot_connect%]"
}, },
"abort": { "abort": {
"already_configured": "This device has already been added to HomeAssistant" "already_configured": "This device has already been added to HomeAssistant"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment