Use Tags instead of Tools in Kanban toolbar

This commit is contained in:
David Benqué 2021-09-02 17:36:05 +01:00
parent 21dca721aa
commit 68a3a19bf0
1 changed files with 2 additions and 2 deletions

View File

@ -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');