From 9ddeb3734f9edbe48db9dbe60d65d44239f984bd Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 15 Dec 2024 21:45:40 +0100 Subject: [PATCH] Fix grammar mismatch in OAuth description (#23297) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 5d42888ae9..52be3e9244 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",