We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28a0174 + b94d8f1 commit b3a544aCopy full SHA for b3a544a
apps/workflowengine/lib/Entity/File.php
@@ -197,7 +197,7 @@ public function getDisplayText(int $verbosity = 0): string {
197
return '';
198
}
199
array_push($options, $tagString, $filename);
200
- return $this->l10n->t('%s assigned %s to %s', $options);
+ return $this->l10n->t('%1$s assigned %2$s to %3$s', $options);
201
202
203
0 commit comments