mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 05:57:23 +02:00
🐛 Fix a small error on translations and on step number for event
This commit is contained in:
parent
955dadc301
commit
1845e759d3
2 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@
|
|||
{::ev/name "onboarding-step"
|
||||
:label "team:create-team-and-invite-later"
|
||||
:team-name name
|
||||
:step 7})
|
||||
:step 8})
|
||||
(ptk/data-event ::ev/event
|
||||
{::ev/name "onboarding-finish"})))))
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
|||
:invites (count emails)
|
||||
:team-name name
|
||||
:role (:role params)
|
||||
:step 7})
|
||||
:step 8})
|
||||
(ptk/data-event ::ev/event
|
||||
{::ev/name "onboarding-finish"})))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue