From d93306e32c3cd5835bd082cebad35b48e18b7afc Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 26 Jan 2026 14:04:42 +0100 Subject: [PATCH] feat: rename Automation category to AI & Automation (#27237) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- apps/web/public/static/locales/en/common.json | 2 +- packages/app-store-cli/src/components/AppCreateUpdateForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 4305e9cbe1..4fc1e75ac8 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1299,7 +1299,7 @@ "disconnect": "Disconnect", "embed_your_calendar": "Embed your calendar within your webpage", "connect_your_favourite_apps": "Connect your favourite apps.", - "automation": "Automation", + "automation": "AI & Automation", "configure_how_your_event_types_interact": "Configure how your event types should interact with your calendars.", "toggle_calendars_conflict": "Toggle the calendars you want to check for conflicts to prevent double bookings.", "connect_additional_calendar": "Connect additional calendar", diff --git a/packages/app-store-cli/src/components/AppCreateUpdateForm.tsx b/packages/app-store-cli/src/components/AppCreateUpdateForm.tsx index ea160c6079..48dea29681 100644 --- a/packages/app-store-cli/src/components/AppCreateUpdateForm.tsx +++ b/packages/app-store-cli/src/components/AppCreateUpdateForm.tsx @@ -87,7 +87,7 @@ export const AppForm = ({ options: [ // Manually sorted alphabetically { label: "Analytics", value: "analytics" }, - { label: "Automation", value: "automation" }, + { label: "AI & Automation", value: "automation" }, { label: "Calendar", value: "calendar" }, { label: "Conferencing", value: "conferencing" }, { label: "CRM", value: "crm" },