Skip to content

Commit

Permalink
chore: plus editor files alert copy
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jun 29, 2022
1 parent de3b27d commit 26585c0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
}
});
Expand Down

0 comments on commit 26585c0

Please sign in to comment.