mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore(l10n): Use numbered placeholders
Reported in Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
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 '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue