diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index 15a43828c..8a0f3b140 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -82,7 +82,7 @@ forKey: @"SentBy"]; sentByText = [sentByValues keysWithFormat: [self - labelForKey: @"(sent by %{SentBy})" + labelForKey: @"(sent by %{SentBy}) " inContext: context]]; } else diff --git a/SoObjects/Appointments/SOGoAptMailNotification.m b/SoObjects/Appointments/SOGoAptMailNotification.m index 71ca97772..ec52b25e7 100644 --- a/SoObjects/Appointments/SOGoAptMailNotification.m +++ b/SoObjects/Appointments/SOGoAptMailNotification.m @@ -171,7 +171,7 @@ forKey: @"SentBy"]; sentByText = [sentByValues keysWithFormat: [self - labelForKey: @"(sent by %{SentBy})" + labelForKey: @"(sent by %{SentBy}) " inContext: context]]; } else