From 9a9729f22fea7275637eafb4046900c9f372ec56 Mon Sep 17 00:00:00 2001 From: Yusuke Nemoto Date: Fri, 31 Mar 2017 00:20:55 +0900 Subject: fix typo and missing messages (#5902) --- 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 055656f30..ac91aae08 100644 --- a/app/email_batching.go +++ b/app/email_batching.go @@ -208,7 +208,7 @@ func sendBatchedEmailNotification(userId string, notifications []*batchedNotific body.Props["BodyText"] = translateFunc("api.email_batching.send_batched_email_notification.body_text", len(notifications)) if err := utils.SendMail(user.Email, subject, body.Render()); err != nil { - l4g.Warn(utils.T("api.email_batchings.send_batched_email_notification.send.app_error"), user.Email, err) + l4g.Warn(utils.T("api.email_batching.send_batched_email_notification.send.app_error"), user.Email, err) } } -- cgit v1.2.3-1-g7c22