Change "Media Picker" in RTE to "Image Picker" (#14321)
This commit is contained in:
@@ -603,7 +603,7 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
|
||||
createMediaPicker: function (editor, callback) {
|
||||
editor.ui.registry.addButton('umbmediapicker', {
|
||||
icon: 'image',
|
||||
tooltip: 'Media Picker',
|
||||
tooltip: 'Image Picker',
|
||||
stateSelector: 'img[data-udi]',
|
||||
onAction: function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user