Merge pull request #19064 from owncloud/fix-parameter-order-in-translation
Fix the parameter order in the translation
This commit is contained in:
commit
6c9d957245
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Notifier implements INotifier {
|
|||
case 'remote_share':
|
||||
$params = $notification->getSubjectParameters();
|
||||
$notification->setParsedSubject(
|
||||
(string) $l->t('You received %s as a remote share from %s', $params)
|
||||
(string) $l->t('You received %2$s as a remote share from %1$s', $params)
|
||||
);
|
||||
|
||||
// Deal with the actions for a known subject
|
||||
|
|
Loading…
Reference in a new issue