From 6c2c843f0a7c72bfedb9d268e1f96935db9cea07 Mon Sep 17 00:00:00 2001 From: Elhombretecla Date: Fri, 7 Oct 2022 11:09:58 +0200 Subject: [PATCH] :tada: Fix wording --- frontend/src/app/main/ui.cljs | 6 +++--- frontend/src/app/main/ui/releases/v1_16.cljs | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/main/ui.cljs b/frontend/src/app/main/ui.cljs index e78100a1a..a52cf3d7a 100644 --- a/frontend/src/app/main/ui.cljs +++ b/frontend/src/app/main/ui.cljs @@ -76,9 +76,9 @@ [:* #_[:div.modal-wrapper - #_[:& app.main.ui.onboarding/onboarding-templates-modal] - #_[:& app.main.ui.onboarding/onboarding-modal] - #_[:& app.main.ui.onboarding/onboarding-team-modal]] + #_[:& app.main.ui.onboarding/onboarding-templates-modal] + #_[:& app.main.ui.onboarding/onboarding-modal] + #_[:& app.main.ui.onboarding/onboarding-team-modal]] (when-let [props (some-> profile (get :props {}))] (cond (and cf/onboarding-form-id diff --git a/frontend/src/app/main/ui/releases/v1_16.cljs b/frontend/src/app/main/ui/releases/v1_16.cljs index cfaf00e0d..7502deaa1 100644 --- a/frontend/src/app/main/ui/releases/v1_16.cljs +++ b/frontend/src/app/main/ui/releases/v1_16.cljs @@ -60,7 +60,8 @@ [:div.modal-title [:h2 "Libraries & templates module"]] [: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 [:button.btn-secondary {:on-click next} "Continue"] [:& c/navigation-bullets