Fix sentence-casing in user-facing strings of slack (#153427)

This commit is contained in:
Norbert Rittel
2025-10-02 19:27:28 +02:00
committed by Franck Nijhof
parent 9d14627daa
commit 2e91c8700f

View File

@@ -5,14 +5,14 @@
"description": "Refer to the documentation on getting your Slack API key.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"default_channel": "Default Channel",
"default_channel": "Default channel",
"icon": "Icon",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"api_key": "The Slack API token to use for sending Slack messages.",
"default_channel": "The channel to post to if no channel is specified when sending a message.",
"icon": "Use one of the Slack emojis as an Icon for the supplied username.",
"icon": "Use one of the Slack emojis as an icon for the supplied username.",
"username": "Home Assistant will post to Slack using the username specified."
}
}