1
mirror of https://github.com/home-assistant/core synced 2024-08-15 18:25:44 +02:00

Strings capitalization consistency fixes (#37454)

This commit is contained in:
Ville Skyttä 2020-07-06 19:59:57 +03:00 committed by GitHub
parent b3d46aa074
commit c9a97da0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
}
}
}