Add already_in_progress string to roku config flow (#46333)

This commit is contained in:
Bram Kragten 2021-02-10 15:25:24 +01:00 committed by GitHub
parent ad72715212
commit 7928cda080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
}

View file

@ -2,6 +2,7 @@
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"unknown": "Unexpected error"
},
"error": {