Remove instances of title case in common strings (#102212)

This commit is contained in:
Joost Lekkerkerker 2023-10-18 14:52:51 +02:00 committed by GitHub
parent a65ad37c8b
commit 799342497b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,8 @@
}, },
"config_flow": { "config_flow": {
"title": { "title": {
"oauth2_pick_implementation": "Pick Authentication Method", "oauth2_pick_implementation": "Pick authentication method",
"reauth": "Reauthenticate Integration", "reauth": "Reauthenticate integration",
"via_hassio_addon": "{name} via Home Assistant add-on" "via_hassio_addon": "{name} via Home Assistant add-on"
}, },
"description": { "description": {
@ -81,20 +81,20 @@
"username": "Username", "username": "Username",
"password": "Password", "password": "Password",
"host": "Host", "host": "Host",
"ip": "IP Address", "ip": "IP address",
"port": "Port", "port": "Port",
"url": "URL", "url": "URL",
"usb_path": "USB Device Path", "usb_path": "USB device path",
"access_token": "Access Token", "access_token": "Access token",
"api_key": "API Key", "api_key": "API key",
"api_token": "API Token", "api_token": "API token",
"ssl": "Uses an SSL certificate", "ssl": "Uses an SSL certificate",
"verify_ssl": "Verify SSL certificate", "verify_ssl": "Verify SSL certificate",
"elevation": "Elevation", "elevation": "Elevation",
"longitude": "Longitude", "longitude": "Longitude",
"latitude": "Latitude", "latitude": "Latitude",
"location": "Location", "location": "Location",
"pin": "PIN Code", "pin": "PIN code",
"mode": "Mode", "mode": "Mode",
"path": "Path" "path": "Path"
}, },