Use common string in TPLink config flow (#40958)
This commit is contained in:
parent
670404f43a
commit
1d138f0773
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
}
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only a single configuration is necessary.",
|
||||
"no_devices_found": "No TP-Link devices found on the network."
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue