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" },