mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
Merge pull request #4782 from penpot/eva-fix-translation-error
🐛 Fix minor onboarding errors
This commit is contained in:
commit
d1d384acaf
2 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@
|
||||||
{::ev/name "onboarding-step"
|
{::ev/name "onboarding-step"
|
||||||
:label "team:create-team-and-invite-later"
|
:label "team:create-team-and-invite-later"
|
||||||
:team-name name
|
:team-name name
|
||||||
:step 7})
|
:step 8})
|
||||||
(ptk/data-event ::ev/event
|
(ptk/data-event ::ev/event
|
||||||
{::ev/name "onboarding-finish"})))))
|
{::ev/name "onboarding-finish"})))))
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
:invites (count emails)
|
:invites (count emails)
|
||||||
:team-name name
|
:team-name name
|
||||||
:role (:role params)
|
:role (:role params)
|
||||||
:step 7})
|
:step 8})
|
||||||
(ptk/data-event ::ev/event
|
(ptk/data-event ::ev/event
|
||||||
{::ev/name "onboarding-finish"})))))
|
{::ev/name "onboarding-finish"})))))
|
||||||
|
|
||||||
|
|
|
@ -2558,11 +2558,11 @@ msgstr "Prototyping"
|
||||||
|
|
||||||
#: src/app/main/ui/onboarding/questions.cljs
|
#: src/app/main/ui/onboarding/questions.cljs
|
||||||
msgid "onboarding.questions.start-with.ds"
|
msgid "onboarding.questions.start-with.ds"
|
||||||
msgstr "Creating Desing Systems"
|
msgstr "Creating Design Systems"
|
||||||
|
|
||||||
#: src/app/main/ui/onboarding/questions.cljs
|
#: src/app/main/ui/onboarding/questions.cljs
|
||||||
msgid "onboarding.questions.start-with.code"
|
msgid "onboarding.questions.start-with.code"
|
||||||
msgstr "Generating real code designs"
|
msgstr "Generating real code from designs"
|
||||||
|
|
||||||
#: src/app/main/ui/onboarding/questions.cljs
|
#: src/app/main/ui/onboarding/questions.cljs
|
||||||
msgid "onboarding.questions.step5.title"
|
msgid "onboarding.questions.step5.title"
|
||||||
|
|
Loading…
Reference in a new issue