mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 21:56:08 +00:00
Fix sentence-casing in user-facing strings of slack (#153427)
This commit is contained in:
committed by
Franck Nijhof
parent
9d14627daa
commit
2e91c8700f
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user