We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea9f09 commit e0f136aCopy full SHA for e0f136a
1 file changed
src/main/frontend/components/assets.cljs
@@ -300,7 +300,7 @@
300
(shui/alert
301
{:variant "warning"}
302
(shui/alert-description
303
- "⚠️ PDF annotations should be with internal asset(pdf) ref block to work properly."))
+ "Creating a local asset from an external one. PDF annotations require a local asset to work properly."))
304
305
(let [title (util/node-path.basename url)]
306
(edit-external-url-form asset-block {:url url :title title :on-saved on-saved!}))])))])
0 commit comments