mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 11:16:24 +00:00
Fixed error message according to translations
This commit is contained in:
@@ -1365,7 +1365,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
|
||||
reason: @"delegate is organizer"];
|
||||
if ([event isAttendee: [[delegate email] rfc822Email]])
|
||||
ex = [NSException exceptionWithHTTPStatus: 403
|
||||
reason: @"delegate is a attendee"];
|
||||
reason: @"delegate is a participant"];
|
||||
else if ([SOGoGroup groupWithEmail: [[delegate email] rfc822Email]
|
||||
inDomain: [ownerUser domain]])
|
||||
ex = [NSException exceptionWithHTTPStatus: 403
|
||||
|
||||
Reference in New Issue
Block a user