HostController: translate untranslated string

This commit is contained in:
Thomas Gelf 2021-12-17 11:30:15 +01:00
parent 6caa02c716
commit 56d052a804
1 changed files with 1 additions and 1 deletions

View File

@ -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()
))
);