From 89f424e1d33b900976331a19f54d3460a53833f7 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 6 Sep 2025 19:21:33 +0200 Subject: [PATCH] Fix sentence-casing of "Application credentials" in `common` strings (#151828) --- homeassistant/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 8e2324981779..dbd8b789e270 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -53,7 +53,7 @@ "email": "Email", "host": "Host", "ip": "IP address", - "implementation": "Application Credentials", + "implementation": "Application credentials", "language": "Language", "latitude": "Latitude", "llm_hass_api": "Control Home Assistant",