]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/plugins-imagemanager.js
Added 'Sort Book' action to chapters
[bookstack] / resources / js / wysiwyg / plugins-imagemanager.js
index d3b03e38c9fd9a02a9311fedb3fe48c4cbb33204..225f271fdb9c2c7aef16d56e0aaf578685e222f8 100644 (file)
@@ -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;