From e2f9ce0fc55484fea2b00177e7559726f494476f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 13 Jul 2021 14:56:22 +0200 Subject: [PATCH] :paperclip: Minor improvement on relnotes dialog texts. --- 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 8cb9b8220..99573fba8 100644 --- a/frontend/src/app/main/ui/onboarding.cljs +++ b/frontend/src/app/main/ui/onboarding.cljs @@ -670,7 +670,7 @@ [:div.modal-title [:h2 "Paste components from file to file"]] [:div.modal-content - [:p "Do you sometimes copy and paste component copies from files to files? From now on, if both files are using the same library, they will not lose their linkage so you will be able to continue using them as copies of the same component."]] + [:p "Do you sometimes copy and paste component copies that belong to a library already shared by the original and destination files? From now on, those component copies are aware of this and will retain their linkage to the library."]] [:div.modal-navigation [:button.btn-secondary {:on-click finish} "Start!"] [:& navigation-bullets