From bb2cfd52f47d6f669a18d6958052c9a18ac0f26e Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Wed, 10 Nov 2021 14:52:48 +0100 Subject: [PATCH] Add new wording --- frontend/src/app/main/ui/releases/v1_10.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/releases/v1_10.cljs b/frontend/src/app/main/ui/releases/v1_10.cljs index a7545aabe..7c4a6fe9c 100644 --- a/frontend/src/app/main/ui/releases/v1_10.cljs +++ b/frontend/src/app/main/ui/releases/v1_10.cljs @@ -22,9 +22,9 @@ [:h2 "Penpot is now BETA"]] [:span.release "Beta version " version] [:div.modal-content - [:p "You were wondering, right? Well, it’s here at last. Penpot’s officially beta!"] + [:p "Penpot’s officially beta!"] [:p "We carefully analyzed everything important to us before taking this step. And now we’re ready to move forward onto the beta version. Have a play around if you haven’t yet."] - [:a {:href "https://penpot.app/why-beta.html" :target "_blank"} "Read more about why we made this decision."]] + [:a {:href "https://penpot.app/why-beta.html" :target "_blank"} "Learn why we made this decision."]] [:div.modal-navigation [:button.btn-secondary {:on-click finish} "Explore Penpot Beta 1.10"]]] [:img.deco {:src "images/deco-left.png" :border "0"}]