We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ab25e commit e30f9b4Copy full SHA for e30f9b4
apps/web/public/locales/en/app.json
@@ -293,7 +293,6 @@
293
"loginTitle": "Welcome",
294
"registerTitle": "Create Your Account",
295
"registerDescription": "Streamline your scheduling process and save time",
296
- "quickActionCreate": "Quick Create",
297
"quickActionsDescription": "Create a group poll without signing in. Login later to link it to your account.",
298
"quickCreateGroupPoll": "Create Group Poll",
299
"quickCreate": "Quick Create",
apps/web/src/features/quick-create/quick-create-widget.tsx
@@ -22,7 +22,7 @@ export async function QuickStartWidget() {
22
<Trans
23
t={t}
24
ns="app"
25
- i18nKey="quickActionCreate"
+ i18nKey="quickCreate"
26
defaults="Quick Create"
27
/>
28
</h2>
0 commit comments