From c44befb957225d87c7031995631a85aaafdbd22f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 May 2021 16:30:49 +0200 Subject: [PATCH] :paperclip: Minor cosmetic fixes on onboarding ns. --- 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 58877f7e9..307915145 100644 --- a/frontend/src/app/main/ui/onboarding.cljs +++ b/frontend/src/app/main/ui/onboarding.cljs @@ -507,7 +507,7 @@ [:div.modal-title [:h2 "Upload/use custom fonts"]] [:div.modal-content - [:p "From now on you can upload fonts from your computer to a Penpot team and use them across its files. This is one of the most requested features since our first release (we listen!)"] + [:p "From now on you can upload fonts to a Penpot team and use them across its files. This is one of the most requested features since our first release (we listen!)"] [:p "We hope you enjoy having more typography options and our brand new font selector."]] [:div.modal-navigation [:button.btn-secondary {:on-click next} "Continue"]