From c9a97da0ef6a68d8c78efdbe1d16fe0b20d4dd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 6 Jul 2020 19:59:57 +0300 Subject: [PATCH] Strings capitalization consistency fixes (#37454) --- homeassistant/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 9af19d7f9e1..26622feadfb 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -29,7 +29,7 @@ "username": "Username", "password": "Password", "host": "Host", - "ip": "IP address", + "ip": "IP Address", "port": "Port", "usb_path": "USB Device Path", "access_token": "Access Token", @@ -52,7 +52,7 @@ "already_configured_device": "Device is already configured", "no_devices_found": "No devices found on the network", "oauth2_missing_configuration": "The component is not configured. Please follow the documentation.", - "oauth2_authorize_url_timeout": "Timeout generating authorize url." + "oauth2_authorize_url_timeout": "Timeout generating authorize URL." } } }