Skip to content

Commit

Permalink
Add data_description for address in strings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elmurato committed Feb 23, 2025
1 parent d16e49e commit 5f5b1f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions homeassistant/components/minecraft_server/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"config": {
"step": {
"user": {
"title": "Link your Minecraft Server",
"description": "Set up your Minecraft Server instance to allow monitoring.",
"data": {
"address": "Server address"
}
},
"data_description": {
"address": "The hostname, IP address or SRV record of your Minecraft server, optionally including the port."
},
"title": "Link your Minecraft Server",
"description": "Set up your Minecraft Server instance to allow monitoring."
}
},
"abort": {
Expand Down

0 comments on commit 5f5b1f7

Please sign in to comment.