Correct case of config strings in Mastodon (#123859)

Fix string casing
This commit is contained in:
Andrew Jackson 2024-08-14 09:11:11 +01:00 committed by GitHub
parent b7bbc938d3
commit 5f967fdee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@
"user": { "user": {
"data": { "data": {
"base_url": "[%key:common::config_flow::data::url%]", "base_url": "[%key:common::config_flow::data::url%]",
"client_id": "Client Key", "client_id": "Client key",
"client_secret": "Client Secret", "client_secret": "Client secret",
"access_token": "[%key:common::config_flow::data::access_token%]" "access_token": "[%key:common::config_flow::data::access_token%]"
}, },
"data_description": { "data_description": {