From ee39b5093dfdd59722567ba0db70e49b7e88eb52 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:24:58 +0100 Subject: [PATCH] chore(l10n): Use numbered placeholders Reported in Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/workflowengine/lib/Entity/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/workflowengine/lib/Entity/File.php b/apps/workflowengine/lib/Entity/File.php index 6e85af21432..e19c10c17b2 100644 --- a/apps/workflowengine/lib/Entity/File.php +++ b/apps/workflowengine/lib/Entity/File.php @@ -188,7 +188,7 @@ class File implements IEntity, IDisplayText, IUrl, IIcon, IContextPortation { return ''; } array_push($options, $tagString, $filename); - return $this->l10n->t('%s assigned %s to %s', $options); + return $this->l10n->t('%1$s assigned %2$s to %3$s', $options); default: return ''; }