1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Fix grammar mismatch in OAuth description (#23297)

This commit is contained in:
Norbert Rittel
2024-12-15 21:45:40 +01:00
committed by GitHub
parent c89fc188a5
commit 9ddeb3734f

View File

@@ -4736,7 +4736,7 @@
"description": "Manage the OAuth application credentials used by Integrations",
"editor": {
"caption": "Add credentials",
"description": "OAuth is used to grant Home Assistant access to information on other websites without giving a passwords. This mechanism is used by companies such as Spotify, Google, Withings, Microsoft, and Twitter.",
"description": "OAuth is used to grant Home Assistant access to information on other websites without giving a password. This mechanism is used by companies such as Spotify, Google, Withings, Microsoft, and Twitter.",
"missing_credentials": "Setting up {integration} requires configuring application credentials.",
"missing_credentials_domain_link": "View {integration} documentation",
"view_documentation": "View application credentials documentation",