summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Entity/File.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/lib/Entity/File.php')
-rw-r--r--apps/workflowengine/lib/Entity/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/lib/Entity/File.php b/apps/workflowengine/lib/Entity/File.php
index e849ddce7f4..84e750815b6 100644
--- a/apps/workflowengine/lib/Entity/File.php
+++ b/apps/workflowengine/lib/Entity/File.php
@@ -172,7 +172,7 @@ class File implements IEntity, IDisplayText, IUrl {
}
$options = [
- $user ? $user->getDisplayName() : $this->t('Someone'),
+ $user ? $user->getDisplayName() : $this->l10n->t('Someone'),
$node->getName()
];