Skip to content

Commit

Permalink
🌐 Remove redundant translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Jan 21, 2025
1 parent f5ab25e commit e30f9b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/web/public/locales/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/features/quick-create/quick-create-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function QuickStartWidget() {
<Trans
t={t}
ns="app"
i18nKey="quickActionCreate"
i18nKey="quickCreate"
defaults="Quick Create"
/>
</h2>
Expand Down

0 comments on commit e30f9b4

Please sign in to comment.