diff --git a/homeassistant/components/velbus/.translations/en.json b/homeassistant/components/velbus/.translations/en.json index d13fd30e668..898380a6f29 100644 --- a/homeassistant/components/velbus/.translations/en.json +++ b/homeassistant/components/velbus/.translations/en.json @@ -1,21 +1,21 @@ { "config": { - "title": "Velbus", - "step": { - "user": { - "title": "Define the velbus connection", - "data": { - "name": "The name for this velbus connection", - "port": "Connection string" - } - } + "abort": { + "port_exists": "This port is already configured" }, "error": { - "port_exists": "This port is already configured", - "connection_failed": "The velbus connection failed" + "connection_failed": "The velbus connection failed", + "port_exists": "This port is already configured" }, - "abort": { - "port_exists": "This port is already configured" - } + "step": { + "user": { + "data": { + "name": "The name for this velbus connection", + "port": "Connection string" + }, + "title": "Define the velbus connection type" + } + }, + "title": "Velbus interface" } -} +} \ No newline at end of file diff --git a/homeassistant/components/velbus/strings.json b/homeassistant/components/velbus/strings.json index d8b7ef8f08d..b927e6a5636 100644 --- a/homeassistant/components/velbus/strings.json +++ b/homeassistant/components/velbus/strings.json @@ -5,8 +5,8 @@ "user": { "title": "Define the velbus connection type", "data": { - "name": "The name for this velbus connection", - "port": "Connection string" + "name": "The name for this velbus connection", + "port": "Connection string" } } }, @@ -17,4 +17,5 @@ "abort": { "port_exists": "This port is already configured" } + } }