From f48d31c7a4c0332bfd10b986eee50611ab987e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Sat, 16 Jun 2018 09:35:24 +0200 Subject: Small translation fixes (#8940) --- app/email_batching.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/email_batching.go') diff --git a/app/email_batching.go b/app/email_batching.go index e75979bca..aad1eb8cb 100644 --- a/app/email_batching.go +++ b/app/email_batching.go @@ -198,7 +198,7 @@ func (a *App) sendBatchedEmailNotification(userId string, notifications []*batch var user *model.User if result := <-uchan; result.Err != nil { - mlog.Warn("api.email_batching.send_batched_email_notification.user.app_error") + mlog.Warn("Unable to find recipient for batched email notification") return } else { user = result.Data.(*model.User) -- cgit v1.2.3-1-g7c22