Use common string in Solarlog config flow (#41130)
* Update common Strings * Merge feadback
This commit is contained in:
parent
4a1173c3de
commit
1b4254d1df
1 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@
|
|||
}
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Device is already configured",
|
||||
"cannot_connect": "Failed to connect, please verify host address"
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue