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.'); } } });