🌐 Remove redundant translation string

This commit is contained in:
Luke Vella 2025-01-21 18:53:55 +00:00
parent f5ab25ed1f
commit e30f9b43cd
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -22,7 +22,7 @@ export async function QuickStartWidget() {
<Trans
t={t}
ns="app"
i18nKey="quickActionCreate"
i18nKey="quickCreate"
defaults="Quick Create"
/>
</h2>