diff --git a/apps/web/public/locales/en/app.json b/apps/web/public/locales/en/app.json index 19f911079..658b04359 100644 --- a/apps/web/public/locales/en/app.json +++ b/apps/web/public/locales/en/app.json @@ -293,7 +293,6 @@ "loginTitle": "Welcome", "registerTitle": "Create Your Account", "registerDescription": "Streamline your scheduling process and save time", - "quickActionCreate": "Quick Create", "quickActionsDescription": "Create a group poll without signing in. Login later to link it to your account.", "quickCreateGroupPoll": "Create Group Poll", "quickCreate": "Quick Create", diff --git a/apps/web/src/features/quick-create/quick-create-widget.tsx b/apps/web/src/features/quick-create/quick-create-widget.tsx index 67e23eecb..c473fe7b2 100644 --- a/apps/web/src/features/quick-create/quick-create-widget.tsx +++ b/apps/web/src/features/quick-create/quick-create-widget.tsx @@ -22,7 +22,7 @@ export async function QuickStartWidget() {