mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-14 17:02:53 -05:00
RenderedProcessActionBar: Use term "Node" instead of "Process"
A process is also a node but a node not necessarily a process.
This commit is contained in:
parent
a1bb91a999
commit
e36e918d32
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class RenderedProcessActionBar extends ActionBar
|
|||
'title' => mt('businessprocess', 'Add a new business process node'),
|
||||
'class' => 'icon-plus button-link'
|
||||
],
|
||||
mt('businessprocess', 'Add Process')
|
||||
mt('businessprocess', 'Add Node')
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue