Use reference strings for Nut configflow (#40966)

This commit is contained in:
SNoof85 2020-10-01 14:51:05 +02:00 committed by GitHub
parent 1d138f0773
commit 46e8655fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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