Fix some typos
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
25bcd71d02
commit
1c97d1b4ed
|
@ -166,7 +166,7 @@ class Activity implements IExtension {
|
|||
switch ($activity['subject']) {
|
||||
case self::SUBJECT_SHARED_EMAIL_BY:
|
||||
// Group by file name
|
||||
return 0;
|
||||
return 1;
|
||||
case self::SUBJECT_SHARED_EMAIL_SELF:
|
||||
// Group by user/group
|
||||
return 1;
|
||||
|
@ -260,7 +260,7 @@ class Activity implements IExtension {
|
|||
case self::SUBJECT_SHARED_EMAIL_SELF:
|
||||
return (string) $l->t('Shared with %2$s', $params);
|
||||
case self::SUBJECT_SHARED_EMAIL_BY:
|
||||
return (string) $l->t('Shared with %3$s by %2ks', $params);
|
||||
return (string) $l->t('Shared with %3$s by %2$s', $params);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue