Skip to content

Commit e0f136a

Browse files
fix: improve wording to describe external asset workflow
1 parent aea9f09 commit e0f136a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/frontend/components/assets.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
(shui/alert
301301
{:variant "warning"}
302302
(shui/alert-description
303-
"⚠️ PDF annotations should be with internal asset(pdf) ref block to work properly."))
303+
"Creating a local asset from an external one. PDF annotations require a local asset to work properly."))
304304

305305
(let [title (util/node-path.basename url)]
306306
(edit-external-url-form asset-block {:url url :title title :on-saved on-saved!}))])))])

0 commit comments

Comments
 (0)