X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/921131f99949960f448b2cfbb0ad78edc8d4f24a..refs/pull/3616/head:/resources/js/wysiwyg/plugins-imagemanager.js diff --git a/resources/js/wysiwyg/plugins-imagemanager.js b/resources/js/wysiwyg/plugins-imagemanager.js index d3b03e38c..225f271fd 100644 --- a/resources/js/wysiwyg/plugins-imagemanager.js +++ b/resources/js/wysiwyg/plugins-imagemanager.js @@ -6,9 +6,9 @@ function register(editor, url) { // Custom Image picker button editor.ui.registry.addButton('imagemanager-insert', { - title: 'Insert an image', + title: 'Insert image', icon: 'image', - tooltip: 'Insert an image', + tooltip: 'Insert image', onAction() { window.ImageManager.show(function (image) { const imageUrl = image.thumbs.display || image.url;