Bold Editor note

This commit is contained in:
Mo Bitar
2019-06-03 12:00:49 -05:00
parent 678f8d73bc
commit d23df1c1d7

View File

@@ -303,7 +303,7 @@ angular.module('app')
window.addEventListener('drop', (event) => {
event.preventDefault();
alert("Please use FileSafe to attach images and files. Learn more at standardnotes.org/filesafe.")
alert("Please use FileSafe or the Bold Editor to attach images and files. Learn more at standardnotes.org/filesafe.")
}, false)