mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Change 'GSuite' to 'Workspace', fix 'Start' field label (#133554)
* Change 'GSuite' to 'Workspace', fix 'Start' field label Several years ago Google renamed "G Suite" to "Google Workspace", this commit applies the same change to one of the field descriptions of the set_vacation action. In addition the "Start" field of the action currently uses the common action (!) for Start which is wrong in this context, it stands for the beginning here. This commit changes this back to a local definition of this label just like "End". In German for example "Start" needs to be "Beginn" in this context while the common action is translated as "Starten". * Use "Google Workspace" for more clarity Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
79484ea7f5
commit
9a6c749714
@ -68,10 +68,10 @@
|
||||
},
|
||||
"restrict_domain": {
|
||||
"name": "Restrict to domain",
|
||||
"description": "Restrict automatic reply to domain. This only affects GSuite accounts."
|
||||
"description": "Restrict automatic reply to domain. This only affects Google Workspace accounts."
|
||||
},
|
||||
"start": {
|
||||
"name": "[%key:common::action::start%]",
|
||||
"name": "Start",
|
||||
"description": "First day of the vacation."
|
||||
},
|
||||
"end": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user