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:
Norbert Rittel 2024-12-19 10:51:30 +01:00 committed by GitHub
parent 79484ea7f5
commit 9a6c749714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {