Use Tags instead of Tools in Kanban toolbar

pull/1/head
David Benqué 3 years ago
parent 21dca721aa
commit 68a3a19bf0

@ -1021,8 +1021,8 @@ define([
var common = framework._.sfCommon;
var $button = common.createButton('toggle', true, {
element: $(container),
//icon: 'fa-tags', // FIXME
//text: Messages.fm_tagsName, // FIXME
icon: 'fa-tags',
text: Messages.fm_tagsName,
}, function () {
$button.toggleClass('cp-toolbar-button-active');

Loading…
Cancel
Save