From 8f55741c3e2425c0c8590b9d9549403dede10a17 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 13 Jul 2021 14:51:20 +0200 Subject: [PATCH] :paperclip: Fix typo on relnotes dialog. --- frontend/src/app/main/ui/onboarding.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/onboarding.cljs b/frontend/src/app/main/ui/onboarding.cljs index d6d1eef4f..8cb9b8220 100644 --- a/frontend/src/app/main/ui/onboarding.cljs +++ b/frontend/src/app/main/ui/onboarding.cljs @@ -590,7 +590,7 @@ [:span.release "Alpha version " version] [:div.modal-content [:p "Penpot continues growing with new features that improve performance, user experience and visual design."] - [:p "We are happy to show you a sneak peak of the most important stuff that the Alpha 1.6.0 version brings."]] + [:p "We are happy to show you a sneak peak of the most important stuff that the Alpha 1.7 version brings."]] [:div.modal-navigation [:button.btn-secondary {:on-click next} "Continue"]]] [:img.deco {:src "images/deco-left.png" :border "0"}]