From 21fcc84afdee75e8e2fb4f144ed3c9731bb9e786 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 29 Aug 2025 09:59:31 +0200 Subject: [PATCH] Improve OAuth setup explanation (#26758) * Improve OAuth setup explanation * Add "your" * Include "application" in headline --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 1b4b0267c6..96232402aa 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",