mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Improve OAuth setup explanation (#26758)
* Improve OAuth setup explanation * Add "your" * Include "application" in headline
This commit is contained in:
@@ -5647,10 +5647,10 @@
|
||||
},
|
||||
"application_credentials": {
|
||||
"caption": "Application credentials",
|
||||
"description": "Manage the OAuth application credentials used by Integrations",
|
||||
"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 password. This mechanism is used by companies such as Spotify, Google, Withings, Microsoft, and Twitter.",
|
||||
"caption": "Add application credentials",
|
||||
"description": "OAuth is used to grant Home Assistant secure delegated access to information on other websites without revealing your personal credentials.",
|
||||
"missing_credentials": "Setting up {integration} requires configuring application credentials.",
|
||||
"missing_credentials_domain_link": "View {integration} documentation",
|
||||
"view_documentation": "View application credentials documentation",
|
||||
|
||||
Reference in New Issue
Block a user