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…
Reference in New Issue