chore(l10n): Use numbered placeholders

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2025-11-02 12:50:17 +01:00
parent 7467db1f5d
commit 9db364415c

View file

@ -197,7 +197,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);
}
}