mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🌐 Remove redundant translation string
This commit is contained in:
parent
f5ab25ed1f
commit
e30f9b43cd
2 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -22,7 +22,7 @@ export async function QuickStartWidget() {
|
|||
<Trans
|
||||
t={t}
|
||||
ns="app"
|
||||
i18nKey="quickActionCreate"
|
||||
i18nKey="quickCreate"
|
||||
defaults="Quick Create"
|
||||
/>
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue