Change "Media Picker" in RTE to "Image Picker" (#14321)
(cherry picked from commit 0220621337)
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
This commit is contained in:
committed by
Sebastiaan Janssen
parent
e86fb0eeb6
commit
b716e98780
@@ -664,7 +664,7 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
|
||||
createMediaPicker: function (editor, callback) {
|
||||
editor.addButton('umbmediapicker', {
|
||||
icon: 'custom icon-picture',
|
||||
tooltip: 'Media Picker',
|
||||
tooltip: 'Image Picker',
|
||||
stateSelector: 'img[data-udi]',
|
||||
onclick: function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user