Use common strings in iOS config flow (#41644)
This commit is contained in:
parent
9c9b9e8227
commit
f382754830
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
"config": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Do you want to set up the Home Assistant iOS component?"
|
||||
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only a single configuration of Home Assistant iOS is necessary."
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue