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",
|
"loginTitle": "Welcome",
|
||||||
"registerTitle": "Create Your Account",
|
"registerTitle": "Create Your Account",
|
||||||
"registerDescription": "Streamline your scheduling process and save time",
|
"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.",
|
"quickActionsDescription": "Create a group poll without signing in. Login later to link it to your account.",
|
||||||
"quickCreateGroupPoll": "Create Group Poll",
|
"quickCreateGroupPoll": "Create Group Poll",
|
||||||
"quickCreate": "Quick Create",
|
"quickCreate": "Quick Create",
|
||||||
|
|
|
@ -22,7 +22,7 @@ export async function QuickStartWidget() {
|
||||||
<Trans
|
<Trans
|
||||||
t={t}
|
t={t}
|
||||||
ns="app"
|
ns="app"
|
||||||
i18nKey="quickActionCreate"
|
i18nKey="quickCreate"
|
||||||
defaults="Quick Create"
|
defaults="Quick Create"
|
||||||
/>
|
/>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue