Add name to base strings for config flows (#40947)
* Add name to base strings for config flows * Fix HA strings.json
This commit is contained in:
parent
7bafa921bb
commit
04daa9a378
20 changed files with 28 additions and 23 deletions
|
@ -5,7 +5,7 @@
|
|||
"title": "Link your Minecraft Server",
|
||||
"description": "Set up your Minecraft Server instance to allow monitoring.",
|
||||
"data": {
|
||||
"name": "Name",
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@
|
|||
"already_configured": "Host is already configured."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue