mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-03 08:49:27 -05:00
configuration.php: use late translation
This commit is contained in:
parent
a309f40b53
commit
b63ebad3d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$section = $this->menuSection(mt('monitoring', 'Overview'))
|
||||
$section = $this->menuSection(N_('Overview'))
|
||||
->add($this->translate('Business Processes'))
|
||||
->setPriority(45)
|
||||
->setUrl('businessprocess');
|
||||
|
|
|
|||
Loading…
Reference in a new issue