diff --git a/server/AyaNova/biz/EventLogProcessor.cs b/server/AyaNova/biz/EventLogProcessor.cs
index 49858478..4d2ed1f9 100644
--- a/server/AyaNova/biz/EventLogProcessor.cs
+++ b/server/AyaNova/biz/EventLogProcessor.cs
@@ -46,6 +46,7 @@ namespace AyaNova.Biz
///
/// Get the event log for a specified object
+ /// Presentation is the client's responsibility (localization internationalization etc)
///
internal static async Task GetLogForObject(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct)
{
@@ -83,6 +84,7 @@ namespace AyaNova.Biz
///
/// Get the event log for a specified User
+ /// Presentation is the client's responsibility (localization internationalization etc)
///
internal static async Task GetLogForUser(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct)
{