1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

Use common string in Ring config flow (#41132)

This commit is contained in:
scheric 2020-10-03 14:54:27 +02:00 committed by GitHub
parent 2a758699e6
commit f1cb8e209e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
}
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "Device is already configured"
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}
}