From 5f967fdee25588d50b15bee5429548d5eb096b4a Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Wed, 14 Aug 2024 09:11:11 +0100 Subject: [PATCH] Correct case of config strings in Mastodon (#123859) Fix string casing --- homeassistant/components/mastodon/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/mastodon/strings.json b/homeassistant/components/mastodon/strings.json index ed8162eb3df..906b67dd481 100644 --- a/homeassistant/components/mastodon/strings.json +++ b/homeassistant/components/mastodon/strings.json @@ -4,8 +4,8 @@ "user": { "data": { "base_url": "[%key:common::config_flow::data::url%]", - "client_id": "Client Key", - "client_secret": "Client Secret", + "client_id": "Client key", + "client_secret": "Client secret", "access_token": "[%key:common::config_flow::data::access_token%]" }, "data_description": {