mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
HostController: translate untranslated string
This commit is contained in:
parent
6caa02c716
commit
56d052a804
@ -235,7 +235,7 @@ class HostController extends ObjectController
|
||||
if (count($table)) {
|
||||
$content->add(
|
||||
$table->setTitle(sprintf(
|
||||
'Inherited from %s',
|
||||
$this->translate('Inherited from %s'),
|
||||
$parent->getObjectName()
|
||||
))
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user