From 1fdd3b85abacc64c040891c423548e229c0c244d Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 24 Aug 2022 09:00:28 +0200 Subject: [PATCH] :bug: Fix typo in releases 1.15 --- frontend/src/app/main/ui/releases/v1_15.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/releases/v1_15.cljs b/frontend/src/app/main/ui/releases/v1_15.cljs index 369a1dd838..15ad17997e 100644 --- a/frontend/src/app/main/ui/releases/v1_15.cljs +++ b/frontend/src/app/main/ui/releases/v1_15.cljs @@ -77,7 +77,7 @@ [:img {:src "images/features/1.15-comments.gif" :border "0" :alt "Comments positioning"}]] [:div.modal-right [:div.modal-title - [:h2 "Comments poitioning"]] + [:h2 "Comments positioning"]] [:div.modal-content [:p "They live! Now you can move existing comments wherever you want by dragging them."] [:p "Also, comments inside boards will be associated with it, so that if you move a board its comments will maintain its place inside it."]]