From 9a6c749714fdfff24af830da0cbea25634d39efc Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 19 Dec 2024 10:51:30 +0100 Subject: [PATCH] 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 --------- Co-authored-by: Joost Lekkerkerker --- homeassistant/components/google_mail/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/google_mail/strings.json b/homeassistant/components/google_mail/strings.json index 2c6e24109c3..f93a8581e1c 100644 --- a/homeassistant/components/google_mail/strings.json +++ b/homeassistant/components/google_mail/strings.json @@ -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": {