From 26585c0e1f6c05838b3cd419f98b7dfa0f33c145 Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 29 Jun 2022 12:29:33 -0500 Subject: [PATCH] chore: plus editor files alert copy --- .../Editors/org.standardnotes.plus-editor/src/main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/components/src/Packages/Editors/org.standardnotes.plus-editor/src/main.js b/packages/components/src/Packages/Editors/org.standardnotes.plus-editor/src/main.js index 8ed518326..f447b078b 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.plus-editor/src/main.js +++ b/packages/components/src/Packages/Editors/org.standardnotes.plus-editor/src/main.js @@ -234,9 +234,7 @@ document.addEventListener('DOMContentLoaded', function () { callbacks: { onInit: function () {}, onImageUpload: function () { - alert('Until we can encrypt image files, uploads are not currently ' - + 'supported. We recommend using the Image button in the toolbar ' - + 'and copying an image URL instead.'); + alert('Embedding encrypted images directly inside the editor is not presently supported. You can attach files to be outside the editor instead. For embedding images directly inside this note, use the Image button in the toolbar and insert the URL of an image hosted externally (outside of Standard Notes). For more information, visit https://standardnotes.com/help/36/how-do-i-attach-encrypted-files-to-my-notes.'); } } });