mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #56141 from nextcloud/backport/56139/stable31
[stable31] chore(l10n): Use numbered placeholders
This commit is contained in:
commit
b3a544ae97
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