1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-06 15:06:39 +02:00

Fix some typos

Signed-off-by: Joas Schilling <coding@schilljs.com>
Cette révision appartient à :
Joas Schilling 2016-11-08 17:05:29 +01:00
Parent 25bcd71d02
révision 1c97d1b4ed
Signature inconnue de Gitea
ID de la clé GPG: E166FD8976B3BAC8

Voir le fichier

@ -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;