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],
|
$.extend(true, podcastToolbarButtons[AIRTIME.widgets.Table.TOOLBAR_BUTTON_ROLES.EDIT],
|
||||||
{
|
{
|
||||||
title: $.i18n._('Settings'),
|
title: $.i18n._('Edit'),
|
||||||
iconClass : "icon-cog",
|
iconClass : "icon-pencil",
|
||||||
eventHandlers: {
|
eventHandlers: {
|
||||||
click: AIRTIME.podcast.editSelectedPodcasts
|
click: AIRTIME.podcast.editSelectedPodcasts
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue