Use common strings in iOS config flow (#41644)

This commit is contained in:
scheric 2020-10-11 14:32:06 +02:00 committed by GitHub
parent 9c9b9e8227
commit f382754830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
"config": { "config": {
"step": { "step": {
"confirm": { "confirm": {
"description": "Do you want to set up the Home Assistant iOS component?" "description": "[%key:common::config_flow::description::confirm_setup%]"
} }
}, },
"abort": { "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%]"
} }
} }
} }