mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore(l10n): Use numbered placeholders
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
7467db1f5d
commit
9db364415c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue