Use string references for config flow in NWS (#41007)

pull/41045/head
MatthewFlamm 2020-10-02 02:47:40 -04:00 committed by GitHub
parent b1ba1a7134
commit 9373066cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"unknown": "Unexpected error"
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "Device is already configured"
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
}
}