chore(l10n): Use numbered placeholders

Reported in Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/56100/head
rakekniven 2025-10-30 12:24:58 +07:00 committed by Andy Scherzinger
parent 815338cdc0
commit ee39b5093d
1 changed files with 1 additions and 1 deletions

@ -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 '';
}