mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-01 03:09:35 -05:00
Fix misspelled delete / cancel icon name.
This commit is contained in:
parent
327cb7c28c
commit
c7e24d27de
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class NodeTile extends BaseHtmlElement
|
|||
'href' => $renderer->getUrl()->with($params),
|
||||
'title' => mt('businessprocess', 'Delete this node')
|
||||
],
|
||||
Html::tag('i', ['class' => 'icon icon-cancle'])
|
||||
Html::tag('i', ['class' => 'icon icon-cancel'])
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue