From 799342497b89b5f72f629c02fec3387ba39583c3 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 18 Oct 2023 14:52:51 +0200 Subject: [PATCH] Remove instances of title case in common strings (#102212) --- homeassistant/strings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 871e1b4ecbc..f41380fc9e5 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -67,8 +67,8 @@ }, "config_flow": { "title": { - "oauth2_pick_implementation": "Pick Authentication Method", - "reauth": "Reauthenticate Integration", + "oauth2_pick_implementation": "Pick authentication method", + "reauth": "Reauthenticate integration", "via_hassio_addon": "{name} via Home Assistant add-on" }, "description": { @@ -81,20 +81,20 @@ "username": "Username", "password": "Password", "host": "Host", - "ip": "IP Address", + "ip": "IP address", "port": "Port", "url": "URL", - "usb_path": "USB Device Path", - "access_token": "Access Token", - "api_key": "API Key", - "api_token": "API Token", + "usb_path": "USB device path", + "access_token": "Access token", + "api_key": "API key", + "api_token": "API token", "ssl": "Uses an SSL certificate", "verify_ssl": "Verify SSL certificate", "elevation": "Elevation", "longitude": "Longitude", "latitude": "Latitude", "location": "Location", - "pin": "PIN Code", + "pin": "PIN code", "mode": "Mode", "path": "Path" },