podcasts: change icon from cog to edit pencil
This commit is contained in:
parent
ac10de5090
commit
15b73580c1
|
@ -1379,8 +1379,8 @@ var AIRTIME = (function(AIRTIME) {
|
|||
});
|
||||
$.extend(true, podcastToolbarButtons[AIRTIME.widgets.Table.TOOLBAR_BUTTON_ROLES.EDIT],
|
||||
{
|
||||
title: $.i18n._('Settings'),
|
||||
iconClass : "icon-cog",
|
||||
title: $.i18n._('Edit'),
|
||||
iconClass : "icon-pencil",
|
||||
eventHandlers: {
|
||||
click: AIRTIME.podcast.editSelectedPodcasts
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue