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": {
"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"
},