Skip to content

Commit b3a544a

Browse files
Merge pull request #56141 from nextcloud/backport/56139/stable31
[stable31] chore(l10n): Use numbered placeholders
2 parents 28a0174 + b94d8f1 commit b3a544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/workflowengine/lib/Entity/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function getDisplayText(int $verbosity = 0): string {
197197
return '';
198198
}
199199
array_push($options, $tagString, $filename);
200-
return $this->l10n->t('%s assigned %s to %s', $options);
200+
return $this->l10n->t('%1$s assigned %2$s to %3$s', $options);
201201
}
202202
}
203203

0 commit comments

Comments
 (0)