From 60bdc34ad01888d1c8bcc0fb91c0249d03bc2e22 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Mar 2021 12:59:51 -0700 Subject: [PATCH] typo --- src/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.js b/src/notifications.js index d71c451a0..59348468f 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -284,7 +284,7 @@ function certificateRenewalError(eventId, vhost, errorMessage, callback) { forEachAdmin({ skip: [] }, function (admin, callback) { mailer.certificateRenewalError(admin.email, vhost, errorMessage); - add(admin.id, eventId, `Certificate renewal of ${vhost} failed`, `Failed to new certs of ${vhost}: ${errorMessage}. Renewal will be retried in 12 hours`, callback); + add(admin.id, eventId, `Certificate renewal of ${vhost} failed`, `Failed to renew certs of ${vhost}: ${errorMessage}. Renewal will be retried in 12 hours`, callback); }, callback); }