mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 13:04:38 -05:00
🎉 Fix wording
This commit is contained in:
parent
e227e49ea6
commit
6c2c843f0a
2 changed files with 5 additions and 4 deletions
|
@ -76,9 +76,9 @@
|
||||||
|
|
||||||
[:*
|
[:*
|
||||||
#_[:div.modal-wrapper
|
#_[:div.modal-wrapper
|
||||||
#_[:& app.main.ui.onboarding/onboarding-templates-modal]
|
#_[:& app.main.ui.onboarding/onboarding-templates-modal]
|
||||||
#_[:& app.main.ui.onboarding/onboarding-modal]
|
#_[:& app.main.ui.onboarding/onboarding-modal]
|
||||||
#_[:& app.main.ui.onboarding/onboarding-team-modal]]
|
#_[:& app.main.ui.onboarding/onboarding-team-modal]]
|
||||||
(when-let [props (some-> profile (get :props {}))]
|
(when-let [props (some-> profile (get :props {}))]
|
||||||
(cond
|
(cond
|
||||||
(and cf/onboarding-form-id
|
(and cf/onboarding-form-id
|
||||||
|
|
|
@ -60,7 +60,8 @@
|
||||||
[:div.modal-title
|
[:div.modal-title
|
||||||
[:h2 "Libraries & templates module"]]
|
[:h2 "Libraries & templates module"]]
|
||||||
[:div.modal-content
|
[:div.modal-content
|
||||||
[:p "This new module will allow you to import a curated selection of the files that are available at the Libraries & Templates page directly from your projects dashboard so you no longer need to to download most of them to the computer before importing."]]
|
[:p "This new module will allow you to import a curated selection of the files that are available at the Libraries & Templates page directly from your projects dashboard."]
|
||||||
|
[:p "You no longer need to to download most of them to the computer before importing."]]
|
||||||
[:div.modal-navigation
|
[:div.modal-navigation
|
||||||
[:button.btn-secondary {:on-click next} "Continue"]
|
[:button.btn-secondary {:on-click next} "Continue"]
|
||||||
[:& c/navigation-bullets
|
[:& c/navigation-bullets
|
||||||
|
|
Loading…
Add table
Reference in a new issue