From e30f9b43cd04b1517daaae34ebcebcf614d32e60 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 21 Jan 2025 18:53:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Remove=20redundant=20translation?= =?UTF-8?q?=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/public/locales/en/app.json | 1 - apps/web/src/features/quick-create/quick-create-widget.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/public/locales/en/app.json b/apps/web/public/locales/en/app.json index 19f91107957..658b043597e 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 67e23eecbd9..c473fe7b254 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() {