Skip to content

Commit e30f9b4

Browse files
committed
🌐 Remove redundant translation string
1 parent f5ab25e commit e30f9b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/web/public/locales/en/app.json

-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293
"loginTitle": "Welcome",
294294
"registerTitle": "Create Your Account",
295295
"registerDescription": "Streamline your scheduling process and save time",
296-
"quickActionCreate": "Quick Create",
297296
"quickActionsDescription": "Create a group poll without signing in. Login later to link it to your account.",
298297
"quickCreateGroupPoll": "Create Group Poll",
299298
"quickCreate": "Quick Create",

apps/web/src/features/quick-create/quick-create-widget.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function QuickStartWidget() {
2222
<Trans
2323
t={t}
2424
ns="app"
25-
i18nKey="quickActionCreate"
25+
i18nKey="quickCreate"
2626
defaults="Quick Create"
2727
/>
2828
</h2>

0 commit comments

Comments
 (0)